@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointItemResponse extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
EndpointItemResponse() |
| Modifier and Type | Method and Description |
|---|---|
EndpointItemResponse |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
A custom message associated with the registration of an endpoint when issuing a response.
|
Integer |
getStatusCode()
The status code associated with the merging of an endpoint when issuing a response.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setMessage(String message)
A custom message associated with the registration of an endpoint when issuing a response.
|
void |
setStatusCode(Integer statusCode)
The status code associated with the merging of an endpoint when issuing a response.
|
String |
toString()
Returns a string representation of this object.
|
EndpointItemResponse |
withMessage(String message)
A custom message associated with the registration of an endpoint when issuing a response.
|
EndpointItemResponse |
withStatusCode(Integer statusCode)
The status code associated with the merging of an endpoint when issuing a response.
|
public void setMessage(String message)
message - A custom message associated with the registration of an endpoint when issuing a response.public String getMessage()
public EndpointItemResponse withMessage(String message)
message - A custom message associated with the registration of an endpoint when issuing a response.public void setStatusCode(Integer statusCode)
statusCode - The status code associated with the merging of an endpoint when issuing a response.public Integer getStatusCode()
public EndpointItemResponse withStatusCode(Integer statusCode)
statusCode - The status code associated with the merging of an endpoint when issuing a response.public String toString()
toString in class ObjectObject.toString()public EndpointItemResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.