@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() | 
| 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. | 
copyBaseTo, 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()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.