Class TransitGatewayVpcAttachment
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.TransitGatewayVpcAttachment
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayVpcAttachment.Builder,TransitGatewayVpcAttachment>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayVpcAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayVpcAttachment.Builder,TransitGatewayVpcAttachment>
Describes a VPC attachment.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransitGatewayVpcAttachment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransitGatewayVpcAttachment.Builderbuilder()InstantcreationTime()The creation time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()booleanhasSubnetIds()For responses, this returns true if the service returned a value for the SubnetIds property.booleanhasTags()For responses, this returns true if the service returned a value for the Tags property.TransitGatewayVpcAttachmentOptionsoptions()The VPC attachment options.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TransitGatewayVpcAttachment.Builder>serializableBuilderClass()TransitGatewayAttachmentStatestate()The state of the VPC attachment.StringstateAsString()The state of the VPC attachment.List<String>subnetIds()The IDs of the subnets.List<Tag>tags()The tags for the VPC attachment.TransitGatewayVpcAttachment.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransitGatewayAttachmentId()The ID of the attachment.StringtransitGatewayId()The ID of the transit gateway.StringvpcId()The ID of the VPC.StringvpcOwnerId()The ID of the Amazon Web Services account that owns the VPC.-
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.
-
transitGatewayId
public final String transitGatewayId()
The ID of the transit gateway.
- Returns:
- The ID of the transit gateway.
-
vpcId
public final String vpcId()
The ID of the VPC.
- Returns:
- The ID of the VPC.
-
vpcOwnerId
public final String vpcOwnerId()
The ID of the Amazon Web Services account that owns the VPC.
- Returns:
- The ID of the Amazon Web Services account that owns the VPC.
-
state
public final TransitGatewayAttachmentState state()
The state of the VPC attachment. Note that the
initiatingstate has been deprecated.If the service returns an enum value that is not available in the current SDK version,
statewill returnTransitGatewayAttachmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the VPC attachment. Note that the
initiatingstate has been deprecated. - See Also:
TransitGatewayAttachmentState
-
stateAsString
public final String stateAsString()
The state of the VPC attachment. Note that the
initiatingstate has been deprecated.If the service returns an enum value that is not available in the current SDK version,
statewill returnTransitGatewayAttachmentState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the VPC attachment. Note that the
initiatingstate has been deprecated. - See Also:
TransitGatewayAttachmentState
-
hasSubnetIds
public final boolean hasSubnetIds()
For responses, this returns true if the service returned a value for the SubnetIds property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
subnetIds
public final List<String> subnetIds()
The IDs of the subnets.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasSubnetIds()method.- Returns:
- The IDs of the subnets.
-
creationTime
public final Instant creationTime()
The creation time.
- Returns:
- The creation time.
-
options
public final TransitGatewayVpcAttachmentOptions options()
The VPC attachment options.
- Returns:
- The VPC attachment options.
-
hasTags
public final boolean hasTags()
For responses, this returns true if the service returned a value for the Tags property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()method on the property). This is useful because the SDK will never return a null collection or map, but you may need to differentiate between the service returning nothing (or null) and the service returning an empty collection or map. For requests, this returns true if a value for the property was specified in the request builder, and false if a value was not specified.
-
tags
public final List<Tag> tags()
The tags for the VPC attachment.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that you can differentiate between null and empty), you can use the
hasTags()method.- Returns:
- The tags for the VPC attachment.
-
toBuilder
public TransitGatewayVpcAttachment.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayVpcAttachment.Builder,TransitGatewayVpcAttachment>
-
builder
public static TransitGatewayVpcAttachment.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayVpcAttachment.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-