@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.
|
copy
public 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()
.
TransitGatewayAttachmentResourceType
public 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()
.
TransitGatewayAttachmentResourceType
public 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()
.
TransitGatewayPropagationState
public 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()
.
TransitGatewayPropagationState
public TransitGatewayRouteTablePropagation.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.