Cloneable
, ReadLimitInfo
, ToCopyableBuilder<EnableVgwRoutePropagationRequest.Builder,EnableVgwRoutePropagationRequest>
@Generated("software.amazon.awssdk:codegen") public class EnableVgwRoutePropagationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<EnableVgwRoutePropagationRequest.Builder,EnableVgwRoutePropagationRequest>
Contains the parameters for EnableVgwRoutePropagation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnableVgwRoutePropagationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static EnableVgwRoutePropagationRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayId() |
The ID of the virtual private gateway.
|
int |
hashCode() |
|
String |
routeTableId() |
The ID of the route table.
|
static Class<? extends EnableVgwRoutePropagationRequest.Builder> |
serializableBuilderClass() |
|
EnableVgwRoutePropagationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String gatewayId()
The ID of the virtual private gateway.
public String routeTableId()
The ID of the route table.
public EnableVgwRoutePropagationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnableVgwRoutePropagationRequest.Builder,EnableVgwRoutePropagationRequest>
public static EnableVgwRoutePropagationRequest.Builder builder()
public static Class<? extends EnableVgwRoutePropagationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.