ToCopyableBuilder<VpcAttachment.Builder,VpcAttachment>
@Generated("software.amazon.awssdk:codegen") public class VpcAttachment extends Object implements ToCopyableBuilder<VpcAttachment.Builder,VpcAttachment>
Describes an attachment between a virtual private gateway and a VPC.
Modifier and Type | Class | Description |
---|---|---|
static interface |
VpcAttachment.Builder |
Modifier and Type | Method | Description |
---|---|---|
static VpcAttachment.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends VpcAttachment.Builder> |
serializableBuilderClass() |
|
String |
state() |
The current state of the attachment.
|
VpcAttachment.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 VpcAttachment.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<VpcAttachment.Builder,VpcAttachment>
public static VpcAttachment.Builder builder()
public static Class<? extends VpcAttachment.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.