@Generated(value="software.amazon.awssdk:codegen") public class PropagatingVgw extends Object implements software.amazon.awssdk.utils.builder.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() |
String |
toString() |
public String gatewayId()
The ID of the virtual private gateway (VGW).
public PropagatingVgw.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>public static PropagatingVgw.Builder builder()
public static Class<? extends PropagatingVgw.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.