@Generated(value="software.amazon.awssdk:codegen") public class DisableVgwRoutePropagationRequest extends EC2Request implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DisableVgwRoutePropagationRequest.Builder,DisableVgwRoutePropagationRequest>
Contains the parameters for DisableVgwRoutePropagation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisableVgwRoutePropagationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DisableVgwRoutePropagationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
String |
gatewayId()
The ID of the virtual private gateway.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routeTableId()
The ID of the route table.
|
static Class<? extends DisableVgwRoutePropagationRequest.Builder> |
serializableBuilderClass() |
DisableVgwRoutePropagationRequest.Builder |
toBuilder() |
String |
toString() |
requestOverrideConfigpublic String gatewayId()
The ID of the virtual private gateway.
public String routeTableId()
The ID of the route table.
public DisableVgwRoutePropagationRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DisableVgwRoutePropagationRequest.Builder,DisableVgwRoutePropagationRequest>toBuilder in class EC2Requestpublic static DisableVgwRoutePropagationRequest.Builder builder()
public static Class<? extends DisableVgwRoutePropagationRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2018. All rights reserved.