Class TransitGatewayRouteTablePropagation
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.TransitGatewayRouteTablePropagation
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<TransitGatewayRouteTablePropagation.Builder,TransitGatewayRouteTablePropagation>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayRouteTablePropagation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayRouteTablePropagation.Builder,TransitGatewayRouteTablePropagation>
Describes a route table propagation.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
TransitGatewayRouteTablePropagation.Builder
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
transitGatewayAttachmentId
public final String transitGatewayAttachmentId()
The ID of the attachment.
- Returns:
- The ID of the attachment.
-
resourceId
public final String resourceId()
The ID of the resource.
- Returns:
- The ID of the resource.
-
resourceType
public final TransitGatewayAttachmentResourceType resourceType()
The type of resource. Note that the
tgw-peering
resource type has been deprecated.If the service returns an enum value that is not available in the current SDK version,
resourceType
will returnTransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromresourceTypeAsString()
.- Returns:
- The type of resource. Note that the
tgw-peering
resource type has been deprecated. - See Also:
TransitGatewayAttachmentResourceType
-
resourceTypeAsString
public final String resourceTypeAsString()
The type of resource. Note that the
tgw-peering
resource type has been deprecated.If the service returns an enum value that is not available in the current SDK version,
resourceType
will returnTransitGatewayAttachmentResourceType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromresourceTypeAsString()
.- Returns:
- The type of resource. Note that the
tgw-peering
resource type has been deprecated. - See Also:
TransitGatewayAttachmentResourceType
-
state
public final 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 returnTransitGatewayPropagationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- The state of the resource.
- See Also:
TransitGatewayPropagationState
-
stateAsString
public final 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 returnTransitGatewayPropagationState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromstateAsString()
.- Returns:
- The state of the resource.
- See Also:
TransitGatewayPropagationState
-
transitGatewayRouteTableAnnouncementId
public final String transitGatewayRouteTableAnnouncementId()
The ID of the transit gateway route table announcement.
- Returns:
- The ID of the transit gateway route table announcement.
-
toBuilder
public TransitGatewayRouteTablePropagation.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<TransitGatewayRouteTablePropagation.Builder,TransitGatewayRouteTablePropagation>
-
builder
public static TransitGatewayRouteTablePropagation.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayRouteTablePropagation.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-