ToCopyableBuilder<PropagatingVgw.Builder,PropagatingVgw>
@Generated("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 | Description |
---|---|---|
static interface |
PropagatingVgw.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PropagatingVgw.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gatewayId() |
The ID of the virtual private gateway (VGW).
|
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() |
public String gatewayId()
The ID of the virtual private gateway (VGW).
public PropagatingVgw.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.