public class EnableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements Serializable
EnableVgwRoutePropagation operation
.
Enables a virtual private gateway (VGW) to propagate routes to the routing tables of a VPC.
Constructor and Description |
---|
EnableVgwRoutePropagationRequest() |
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.
|
EnableVgwRoutePropagationRequest |
withGatewayId(String gatewayId)
The ID of the virtual private gateway.
|
EnableVgwRoutePropagationRequest |
withRouteTableId(String routeTableId)
The ID of the routing table.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
public String getRouteTableId()
public void setRouteTableId(String routeTableId)
routeTableId
- The ID of the routing 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 routing 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()
Copyright © 2016. All rights reserved.