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