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