public class DisableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements Serializable
DisableVgwRoutePropagation operation.
Disables a virtual private gateway (VGW) from propagating routes to the routing tables of a VPC.
| Constructor and Description |
|---|
DisableVgwRoutePropagationRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGatewayId()
The ID of the virtual private gateway.
|
String |
getRouteTableId()
The ID of the routing table.
|
int |
hashCode() |
void |
setGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
void |
setRouteTableId(String routeTableId)
The ID of the routing table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DisableVgwRoutePropagationRequest |
withGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
DisableVgwRoutePropagationRequest |
withRouteTableId(String routeTableId)
The ID of the routing table.
|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollectorpublic String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId - The ID of the routing table.public DisableVgwRoutePropagationRequest withRouteTableId(String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId - The ID of the routing table.public String getGatewayId()
public void setGatewayId(String gatewayId)
gatewayId - The ID of the virtual private gateway.public DisableVgwRoutePropagationRequest withGatewayId(String gatewayId)
Returns a reference to this object so that method calls can be chained together.
gatewayId - The ID of the virtual private gateway.public String toString()
toString in class ObjectObject.toString()Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.