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