public class DisableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable, DryRunSupportedRequest<DisableVgwRoutePropagationRequest>
Contains the parameters for DisableVgwRoutePropagation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
gatewayId
The ID of the virtual private gateway.
|
private java.lang.String |
routeTableId
The ID of the route table.
|
NOOP
Constructor and Description |
---|
DisableVgwRoutePropagationRequest() |
Modifier and Type | Method and Description |
---|---|
DisableVgwRoutePropagationRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
Request<DisableVgwRoutePropagationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
java.lang.String |
getGatewayId()
The ID of the virtual private gateway.
|
java.lang.String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway.
|
void |
setRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableVgwRoutePropagationRequest |
withGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway.
|
DisableVgwRoutePropagationRequest |
withRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
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 routeTableId
The ID of the route table.
private java.lang.String gatewayId
The ID of the virtual private gateway.
public void setRouteTableId(java.lang.String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public java.lang.String getRouteTableId()
The ID of the route table.
public DisableVgwRoutePropagationRequest withRouteTableId(java.lang.String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public void setGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway.
gatewayId
- The ID of the virtual private gateway.public java.lang.String getGatewayId()
The ID of the virtual private gateway.
public DisableVgwRoutePropagationRequest withGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway.
gatewayId
- The ID of the virtual private gateway.public Request<DisableVgwRoutePropagationRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisableVgwRoutePropagationRequest>
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 DisableVgwRoutePropagationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()