@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddCustomRoutingEndpointsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AddCustomRoutingEndpointsResult() |
Modifier and Type | Method and Description |
---|---|
AddCustomRoutingEndpointsResult |
clone() |
boolean |
equals(Object obj) |
List<CustomRoutingEndpointDescription> |
getEndpointDescriptions()
The endpoint objects added to the custom routing accelerator.
|
String |
getEndpointGroupArn()
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
|
int |
hashCode() |
void |
setEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
void |
setEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
|
String |
toString()
Returns a string representation of this object.
|
AddCustomRoutingEndpointsResult |
withEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
AddCustomRoutingEndpointsResult |
withEndpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
|
AddCustomRoutingEndpointsResult |
withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<CustomRoutingEndpointDescription> getEndpointDescriptions()
The endpoint objects added to the custom routing accelerator.
public void setEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
endpointDescriptions
- The endpoint objects added to the custom routing accelerator.public AddCustomRoutingEndpointsResult withEndpointDescriptions(CustomRoutingEndpointDescription... endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
NOTE: This method appends the values to the existing list (if any). Use
setEndpointDescriptions(java.util.Collection)
or withEndpointDescriptions(java.util.Collection)
if you want to override the existing values.
endpointDescriptions
- The endpoint objects added to the custom routing accelerator.public AddCustomRoutingEndpointsResult withEndpointDescriptions(Collection<CustomRoutingEndpointDescription> endpointDescriptions)
The endpoint objects added to the custom routing accelerator.
endpointDescriptions
- The endpoint objects added to the custom routing accelerator.public void setEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.public String getEndpointGroupArn()
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
public AddCustomRoutingEndpointsResult withEndpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.
endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group for the custom routing endpoint.public String toString()
toString
in class Object
Object.toString()
public AddCustomRoutingEndpointsResult clone()