public class ReplaceRouteTableAssociationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<ReplaceRouteTableAssociationRequest>
Contains the parameters for ReplaceRouteTableAssociation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
associationId
The association ID.
|
private java.lang.String |
routeTableId
The ID of the new route table to associate with the subnet.
|
NOOP
Constructor and Description |
---|
ReplaceRouteTableAssociationRequest() |
Modifier and Type | Method and Description |
---|---|
ReplaceRouteTableAssociationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAssociationId()
The association ID.
|
Request<ReplaceRouteTableAssociationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getRouteTableId()
The ID of the new route table to associate with the subnet.
|
int |
hashCode() |
void |
setAssociationId(java.lang.String associationId)
The association ID.
|
void |
setRouteTableId(java.lang.String routeTableId)
The ID of the new route table to associate with the subnet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ReplaceRouteTableAssociationRequest |
withAssociationId(java.lang.String associationId)
The association ID.
|
ReplaceRouteTableAssociationRequest |
withRouteTableId(java.lang.String routeTableId)
The ID of the new route table to associate with 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, withSdkRequestTimeout
private java.lang.String associationId
The association ID.
private java.lang.String routeTableId
The ID of the new route table to associate with the subnet.
public void setAssociationId(java.lang.String associationId)
The association ID.
associationId
- The association ID.public java.lang.String getAssociationId()
The association ID.
public ReplaceRouteTableAssociationRequest withAssociationId(java.lang.String associationId)
The association ID.
associationId
- The association ID.public void setRouteTableId(java.lang.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 java.lang.String getRouteTableId()
The ID of the new route table to associate with the subnet.
public ReplaceRouteTableAssociationRequest withRouteTableId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ReplaceRouteTableAssociationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()