Class TransitGatewayClientVpnAttachment
- java.lang.Object
-
- software.amazon.awssdk.services.ec2.model.TransitGatewayClientVpnAttachment
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TransitGatewayClientVpnAttachment.Builder,TransitGatewayClientVpnAttachment>
@Generated("software.amazon.awssdk:codegen") public final class TransitGatewayClientVpnAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TransitGatewayClientVpnAttachment.Builder,TransitGatewayClientVpnAttachment>
Describes a Transit Gateway attachment for a Client VPN endpoint.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransitGatewayClientVpnAttachment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TransitGatewayClientVpnAttachment.Builderbuilder()StringclientVpnEndpointId()The ID of the Client VPN endpoint.StringclientVpnOwnerId()The ID of the Amazon Web Services account that owns the Client VPN endpoint.StringcreationTime()The date and time the Transit Gateway attachment was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends TransitGatewayClientVpnAttachment.Builder>serializableBuilderClass()TransitGatewayAttachmentStatusTypestate()The state of the Transit Gateway attachment.StringstateAsString()The state of the Transit Gateway attachment.TransitGatewayClientVpnAttachment.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtransitGatewayAttachmentId()The ID of the Transit Gateway attachment.StringtransitGatewayId()The ID of the Transit Gateway.-
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 Transit Gateway attachment.
- Returns:
- The ID of the Transit Gateway attachment.
-
transitGatewayId
public final String transitGatewayId()
The ID of the Transit Gateway.
- Returns:
- The ID of the Transit Gateway.
-
clientVpnEndpointId
public final String clientVpnEndpointId()
The ID of the Client VPN endpoint.
- Returns:
- The ID of the Client VPN endpoint.
-
clientVpnOwnerId
public final String clientVpnOwnerId()
The ID of the Amazon Web Services account that owns the Client VPN endpoint.
- Returns:
- The ID of the Amazon Web Services account that owns the Client VPN endpoint.
-
state
public final TransitGatewayAttachmentStatusType state()
The state of the Transit Gateway attachment.
If the service returns an enum value that is not available in the current SDK version,
statewill returnTransitGatewayAttachmentStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the Transit Gateway attachment.
- See Also:
TransitGatewayAttachmentStatusType
-
stateAsString
public final String stateAsString()
The state of the Transit Gateway attachment.
If the service returns an enum value that is not available in the current SDK version,
statewill returnTransitGatewayAttachmentStatusType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The state of the Transit Gateway attachment.
- See Also:
TransitGatewayAttachmentStatusType
-
creationTime
public final String creationTime()
The date and time the Transit Gateway attachment was created.
- Returns:
- The date and time the Transit Gateway attachment was created.
-
toBuilder
public TransitGatewayClientVpnAttachment.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TransitGatewayClientVpnAttachment.Builder,TransitGatewayClientVpnAttachment>
-
builder
public static TransitGatewayClientVpnAttachment.Builder builder()
-
serializableBuilderClass
public static Class<? extends TransitGatewayClientVpnAttachment.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
-
-