ToCopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment>
@Generated("software.amazon.awssdk:codegen") public class InternetGatewayAttachment extends Object implements ToCopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment>
Describes the attachment of a VPC to an Internet gateway or an egress-only Internet gateway.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InternetGatewayAttachment.Builder |
Modifier and Type | Method | Description |
---|---|---|
static InternetGatewayAttachment.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends InternetGatewayAttachment.Builder> |
serializableBuilderClass() |
|
String |
state() |
The current state of the attachment.
|
InternetGatewayAttachment.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
vpcId() |
The ID of the VPC.
|
public String state()
The current state of the attachment.
AttachmentStatus
public String vpcId()
The ID of the VPC.
public InternetGatewayAttachment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InternetGatewayAttachment.Builder,InternetGatewayAttachment>
public static InternetGatewayAttachment.Builder builder()
public static Class<? extends InternetGatewayAttachment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.