public class EnableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
EnableVgwRoutePropagation operation.
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
NOOP| Constructor and Description |
|---|
EnableVgwRoutePropagationRequest() |
| Modifier and Type | Method and Description |
|---|---|
EnableVgwRoutePropagationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getGatewayId()
The ID of the virtual private gateway.
|
String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
void |
setRouteTableId(String routeTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableVgwRoutePropagationRequest |
withGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
EnableVgwRoutePropagationRequest |
withRouteTableId(String routeTableId)
The ID of the route table.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId - The ID of the route table.public EnableVgwRoutePropagationRequest withRouteTableId(String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId - The ID of the route table.public String getGatewayId()
public void setGatewayId(String gatewayId)
gatewayId - The ID of the virtual private gateway.public EnableVgwRoutePropagationRequest 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()public EnableVgwRoutePropagationRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.