@Generated(value="software.amazon.awssdk:codegen") public final class EnableVgwRoutePropagationRequest extends Ec2Request implements ToCopyableBuilder<EnableVgwRoutePropagationRequest.Builder,EnableVgwRoutePropagationRequest>
Contains the parameters for EnableVgwRoutePropagation.
Modifier and Type | Class and Description |
---|---|
static interface |
EnableVgwRoutePropagationRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static EnableVgwRoutePropagationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gatewayId()
The ID of the virtual private gateway that is attached to a VPC.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
routeTableId()
The ID of the route table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnableVgwRoutePropagationRequest.Builder> |
serializableBuilderClass() |
EnableVgwRoutePropagationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final 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.
public final 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.
public EnableVgwRoutePropagationRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EnableVgwRoutePropagationRequest.Builder,EnableVgwRoutePropagationRequest>
toBuilder
in class Ec2Request
public static EnableVgwRoutePropagationRequest.Builder builder()
public static Class<? extends EnableVgwRoutePropagationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.