public class EnableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements java.io.Serializable
EnableVgwRoutePropagation operation
.
Enables a virtual private gateway (VGW) to propagate routes to the specified route table of a VPC.
Constructor and Description |
---|
EnableVgwRoutePropagationRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getGatewayId()
The ID of the virtual private gateway.
|
java.lang.String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway.
|
void |
setRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EnableVgwRoutePropagationRequest |
withGatewayId(java.lang.String gatewayId)
The ID of the virtual private gateway.
|
EnableVgwRoutePropagationRequest |
withRouteTableId(java.lang.String routeTableId)
The ID of the route table.
|
clone, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public java.lang.String getRouteTableId()
public void setRouteTableId(java.lang.String routeTableId)
routeTableId
- The ID of the route table.public EnableVgwRoutePropagationRequest withRouteTableId(java.lang.String routeTableId)
Returns a reference to this object so that method calls can be chained together.
routeTableId
- The ID of the route table.public java.lang.String getGatewayId()
public void setGatewayId(java.lang.String gatewayId)
gatewayId
- The ID of the virtual private gateway.public EnableVgwRoutePropagationRequest withGatewayId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.