@Generated(value="software.amazon.awssdk:codegen") public class PropagatingVgw extends Object implements ToCopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>
Describes a virtual private gateway propagating route.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PropagatingVgw.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PropagatingVgw.Builder |
builder() |
boolean |
equals(Object obj) |
String |
gatewayId()
The ID of the virtual private gateway (VGW).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends PropagatingVgw.Builder> |
serializableBuilderClass() |
PropagatingVgw.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copypublic String gatewayId()
The ID of the virtual private gateway (VGW).
public PropagatingVgw.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>public static PropagatingVgw.Builder builder()
public static Class<? extends PropagatingVgw.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.