@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMessagingSessionEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMessagingSessionEndpointResult() |
Modifier and Type | Method and Description |
---|---|
GetMessagingSessionEndpointResult |
clone() |
boolean |
equals(Object obj) |
MessagingSessionEndpoint |
getEndpoint()
The endpoint returned in the response.
|
int |
hashCode() |
void |
setEndpoint(MessagingSessionEndpoint endpoint)
The endpoint returned in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetMessagingSessionEndpointResult |
withEndpoint(MessagingSessionEndpoint endpoint)
The endpoint returned in the response.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpoint(MessagingSessionEndpoint endpoint)
The endpoint returned in the response.
endpoint
- The endpoint returned in the response.public MessagingSessionEndpoint getEndpoint()
The endpoint returned in the response.
public GetMessagingSessionEndpointResult withEndpoint(MessagingSessionEndpoint endpoint)
The endpoint returned in the response.
endpoint
- The endpoint returned in the response.public String toString()
toString
in class Object
Object.toString()
public GetMessagingSessionEndpointResult clone()