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()
Creates a shallow clone of this request.
|
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic 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()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.