@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.
|
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.
|
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.
gatewayId
- The ID of the virtual private gateway.public String getGatewayId()
The ID of the virtual private gateway.
public EnableVgwRoutePropagationRequest withGatewayId(String gatewayId)
The ID of the virtual private gateway.
gatewayId
- The ID of the virtual private gateway.public void setRouteTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.public String getRouteTableId()
The ID of the route table.
public EnableVgwRoutePropagationRequest withRouteTableId(String routeTableId)
The ID of the route table.
routeTableId
- The ID of the route table.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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.