@Generated(value="software.amazon.awssdk:codegen") public final class TransitGatewayAttachmentPropagation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayAttachmentPropagation.Builder,TransitGatewayAttachmentPropagation>
Describes a propagation route table.
Modifier and Type | Class and Description |
---|---|
static interface |
TransitGatewayAttachmentPropagation.Builder |
Modifier and Type | Method and Description |
---|---|
static TransitGatewayAttachmentPropagation.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TransitGatewayAttachmentPropagation.Builder> |
serializableBuilderClass() |
TransitGatewayPropagationState |
state()
The state of the propagation route table.
|
String |
stateAsString()
The state of the propagation route table.
|
TransitGatewayAttachmentPropagation.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
transitGatewayRouteTableId()
The ID of the propagation route table.
|
copy
public String transitGatewayRouteTableId()
The ID of the propagation route table.
public TransitGatewayPropagationState state()
The state of the propagation route table.
If the service returns an enum value that is not available in the current SDK version, state
will return
TransitGatewayPropagationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from stateAsString()
.
TransitGatewayPropagationState
public String stateAsString()
The state of the propagation route table.
If the service returns an enum value that is not available in the current SDK version, state
will return
TransitGatewayPropagationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from stateAsString()
.
TransitGatewayPropagationState
public TransitGatewayAttachmentPropagation.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TransitGatewayAttachmentPropagation.Builder,TransitGatewayAttachmentPropagation>
public static TransitGatewayAttachmentPropagation.Builder builder()
public static Class<? extends TransitGatewayAttachmentPropagation.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.