@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateEndpointGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateEndpointGroupResult() |
Modifier and Type | Method and Description |
---|---|
CreateEndpointGroupResult |
clone() |
boolean |
equals(Object obj) |
EndpointGroup |
getEndpointGroup()
The information about the endpoint group that was created.
|
int |
hashCode() |
void |
setEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
|
String |
toString()
Returns a string representation of this object.
|
CreateEndpointGroupResult |
withEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
endpointGroup
- The information about the endpoint group that was created.public EndpointGroup getEndpointGroup()
The information about the endpoint group that was created.
public CreateEndpointGroupResult withEndpointGroup(EndpointGroup endpointGroup)
The information about the endpoint group that was created.
endpointGroup
- The information about the endpoint group that was created.public String toString()
toString
in class Object
Object.toString()
public CreateEndpointGroupResult clone()