@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<EnableVgwRoutePropagationRequest>
Contains the parameters for EnableVgwRoutePropagation.
NOOP
Constructor and Description |
---|
EnableVgwRoutePropagationRequest() |
Modifier and Type | Method and Description |
---|---|
EnableVgwRoutePropagationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<EnableVgwRoutePropagationRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getGatewayId()
The ID of the virtual private gateway that is attached to a VPC.
|
String |
getRouteTableId()
The ID of the route table.
|
int |
hashCode() |
void |
setGatewayId(String gatewayId)
The ID of the virtual private gateway that is attached to a VPC.
|
void |
setRouteTableId(String routeTableId)
The ID of the route table.
|
String |
toString()
Returns a string representation of this object.
|
EnableVgwRoutePropagationRequest |
withGatewayId(String gatewayId)
The ID of the virtual private gateway that is attached to a VPC.
|
EnableVgwRoutePropagationRequest |
withRouteTableId(String routeTableId)
The ID of the route table.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGatewayId(String gatewayId)
The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
gatewayId
- The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be
attached to the same VPC that the routing tables are associated with.public String getGatewayId()
The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
public EnableVgwRoutePropagationRequest withGatewayId(String gatewayId)
The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be attached to the same VPC that the routing tables are associated with.
gatewayId
- The ID of the virtual private gateway that is attached to a VPC. The virtual private gateway must be
attached to the same VPC that the routing tables are associated with.public void setRouteTableId(String routeTableId)
The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.
routeTableId
- The ID of the route table. The routing table must be associated with the same VPC that the virtual private
gateway is attached to.public String getRouteTableId()
The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.
public EnableVgwRoutePropagationRequest withRouteTableId(String routeTableId)
The ID of the route table. The routing table must be associated with the same VPC that the virtual private gateway is attached to.
routeTableId
- The ID of the route table. The routing table must be associated with the same VPC that the virtual private
gateway is attached to.public Request<EnableVgwRoutePropagationRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<EnableVgwRoutePropagationRequest>
public String toString()
toString
in class Object
Object.toString()
public EnableVgwRoutePropagationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()