@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplaceRouteTableAssociationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<ReplaceRouteTableAssociationRequest>
Contains the parameters for ReplaceRouteTableAssociation.
NOOP
Constructor and Description |
---|
ReplaceRouteTableAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceRouteTableAssociationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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; useful for testing and debugging.
|
ReplaceRouteTableAssociationRequest |
withAssociationId(String associationId)
The association ID.
|
ReplaceRouteTableAssociationRequest |
withRouteTableId(String routeTableId)
The ID of the new route table to associate with the subnet.
|
addHandlerContext, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ReplaceRouteTableAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.