@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeCustomRoutingAcceleratorAttributesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeCustomRoutingAcceleratorAttributesResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeCustomRoutingAcceleratorAttributesResult |
clone() |
boolean |
equals(Object obj) |
CustomRoutingAcceleratorAttributes |
getAcceleratorAttributes()
The attributes of the custom routing accelerator.
|
int |
hashCode() |
void |
setAcceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes)
The attributes of the custom routing accelerator.
|
String |
toString()
Returns a string representation of this object.
|
DescribeCustomRoutingAcceleratorAttributesResult |
withAcceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes)
The attributes of the custom routing accelerator.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeCustomRoutingAcceleratorAttributesResult()
public void setAcceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes)
The attributes of the custom routing accelerator.
acceleratorAttributes - The attributes of the custom routing accelerator.public CustomRoutingAcceleratorAttributes getAcceleratorAttributes()
The attributes of the custom routing accelerator.
public DescribeCustomRoutingAcceleratorAttributesResult withAcceleratorAttributes(CustomRoutingAcceleratorAttributes acceleratorAttributes)
The attributes of the custom routing accelerator.
acceleratorAttributes - The attributes of the custom routing accelerator.public String toString()
toString in class ObjectObject.toString()public DescribeCustomRoutingAcceleratorAttributesResult clone()