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.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public 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 Object
Object.toString()
public EnableVgwRoutePropagationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.