@Generated(value="software.amazon.awssdk:codegen") public final class VpcAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VpcAttachment.Builder,VpcAttachment>
Describes an attachment between a virtual private gateway and a VPC.
| Modifier and Type | Class and Description |
|---|---|
static interface |
VpcAttachment.Builder |
| Modifier and Type | Method and Description |
|---|---|
static VpcAttachment.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends VpcAttachment.Builder> |
serializableBuilderClass() |
AttachmentStatus |
state()
The current state of the attachment.
|
String |
stateAsString()
The current state of the attachment.
|
VpcAttachment.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vpcId()
The ID of the VPC.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AttachmentStatus state()
The current state of the attachment.
If the service returns an enum value that is not available in the current SDK version, state will return
AttachmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AttachmentStatuspublic final String stateAsString()
The current state of the attachment.
If the service returns an enum value that is not available in the current SDK version, state will return
AttachmentStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
stateAsString().
AttachmentStatuspublic final String vpcId()
The ID of the VPC.
public VpcAttachment.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<VpcAttachment.Builder,VpcAttachment>public static VpcAttachment.Builder builder()
public static Class<? extends VpcAttachment.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.