@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
String |
transitGatewayRouteTableId()
The ID of the propagation route table.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
TransitGatewayPropagationStatepublic 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().
TransitGatewayPropagationStatepublic TransitGatewayAttachmentPropagation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TransitGatewayAttachmentPropagation.Builder,TransitGatewayAttachmentPropagation>public static TransitGatewayAttachmentPropagation.Builder builder()
public static Class<? extends TransitGatewayAttachmentPropagation.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.