public class AssociateRouteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<AssociateRouteTableRequest>
Contains the parameters for AssociateRouteTable.
NOOP| Constructor and Description | 
|---|
| AssociateRouteTableRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| AssociateRouteTableRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| Request<AssociateRouteTableRequest> | getDryRunRequest()This method is intended for internal use only. | 
| String | getRouteTableId()
 The ID of the route table. | 
| String | getSubnetId()
 The ID of the subnet. | 
| int | hashCode() | 
| void | setRouteTableId(String routeTableId)
 The ID of the route table. | 
| void | setSubnetId(String subnetId)
 The ID of the subnet. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| AssociateRouteTableRequest | withRouteTableId(String routeTableId)
 The ID of the route table. | 
| AssociateRouteTableRequest | withSubnetId(String subnetId)
 The ID of the subnet. | 
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setSubnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.public String getSubnetId()
The ID of the subnet.
public AssociateRouteTableRequest withSubnetId(String subnetId)
The ID of the subnet.
subnetId - The ID of the subnet.public void setRouteTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.public String getRouteTableId()
The ID of the route table.
public AssociateRouteTableRequest withRouteTableId(String routeTableId)
The ID of the route table.
routeTableId - The ID of the route table.public Request<AssociateRouteTableRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<AssociateRouteTableRequest>public String toString()
toString in class ObjectObject.toString()public AssociateRouteTableRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.