@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceRouteTableAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ReplaceRouteTableAssociationRequest>
NOOP| Constructor and Description |
|---|
ReplaceRouteTableAssociationRequest() |
| Modifier and Type | Method and Description |
|---|---|
ReplaceRouteTableAssociationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAssociationId()
The association ID.
|
Request<ReplaceRouteTableAssociationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getRouteTableId()
The ID of the new route table to associate with the subnet.
|
int |
hashCode() |
void |
setAssociationId(String associationId)
The association ID.
|
void |
setRouteTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
String |
toString()
Returns a string representation of this object.
|
ReplaceRouteTableAssociationRequest |
withAssociationId(String associationId)
The association ID.
|
ReplaceRouteTableAssociationRequest |
withRouteTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setAssociationId(String associationId)
The association ID.
associationId - The association ID.public String getAssociationId()
The association ID.
public ReplaceRouteTableAssociationRequest withAssociationId(String associationId)
The association ID.
associationId - The association ID.public void setRouteTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
routeTableId - The ID of the new route table to associate with the subnet.public String getRouteTableId()
The ID of the new route table to associate with the subnet.
public ReplaceRouteTableAssociationRequest withRouteTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
routeTableId - The ID of the new route table to associate with the subnet.public Request<ReplaceRouteTableAssociationRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<ReplaceRouteTableAssociationRequest>public String toString()
toString in class ObjectObject.toString()public ReplaceRouteTableAssociationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2019. All rights reserved.