@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEndpointResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeEndpointResult () |
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointResult |
clone () |
boolean |
equals (Object obj) |
EndpointProperties |
getEndpointProperties ()
Describes information associated with the specific endpoint.
|
int |
hashCode () |
void |
setEndpointProperties (EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
|
String |
toString ()
Returns a string representation of this object.
|
DescribeEndpointResult |
withEndpointProperties (EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public DescribeEndpointResult()
public void setEndpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
endpointProperties - Describes information associated with the specific endpoint.public EndpointProperties getEndpointProperties()
Describes information associated with the specific endpoint.
public DescribeEndpointResult withEndpointProperties(EndpointProperties endpointProperties)
Describes information associated with the specific endpoint.
endpointProperties - Describes information associated with the specific endpoint.public String toString()
toString in class Object Object.toString() public DescribeEndpointResult clone()