@Generated(value="software.amazon.awssdk:codegen") public final class InternetGatewayAttachment extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment>
Describes the attachment of a VPC to an internet gateway or an egress-only internet gateway.
Modifier and Type | Class and Description |
---|---|
static interface |
InternetGatewayAttachment.Builder |
Modifier and Type | Method and Description |
---|---|
static InternetGatewayAttachment.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 InternetGatewayAttachment.Builder> |
serializableBuilderClass() |
AttachmentStatus |
state()
The current state of the attachment.
|
String |
stateAsString()
The current state of the attachment.
|
InternetGatewayAttachment.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, wait
copy
public AttachmentStatus state()
The current state of the attachment. For an internet gateway, the state is available
when attached
to a VPC; otherwise, this value is not returned.
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()
.
available
when
attached to a VPC; otherwise, this value is not returned.AttachmentStatus
public String stateAsString()
The current state of the attachment. For an internet gateway, the state is available
when attached
to a VPC; otherwise, this value is not returned.
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()
.
available
when
attached to a VPC; otherwise, this value is not returned.AttachmentStatus
public String vpcId()
The ID of the VPC.
public InternetGatewayAttachment.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment>
public static InternetGatewayAttachment.Builder builder()
public static Class<? extends InternetGatewayAttachment.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
Copyright © 2019. All rights reserved.