ToCopyableBuilder<AssociateVpcCidrBlockResponse.Builder,AssociateVpcCidrBlockResponse>
@Generated("software.amazon.awssdk:codegen") public class AssociateVpcCidrBlockResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<AssociateVpcCidrBlockResponse.Builder,AssociateVpcCidrBlockResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AssociateVpcCidrBlockResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static AssociateVpcCidrBlockResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
VpcIpv6CidrBlockAssociation |
ipv6CidrBlockAssociation() |
Information about the IPv6 CIDR block association.
|
static Class<? extends AssociateVpcCidrBlockResponse.Builder> |
serializableBuilderClass() |
|
AssociateVpcCidrBlockResponse.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.
|
setSdkHttpMetadata, setSdkResponseMetadata
public VpcIpv6CidrBlockAssociation ipv6CidrBlockAssociation()
Information about the IPv6 CIDR block association.
public String vpcId()
The ID of the VPC.
public AssociateVpcCidrBlockResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AssociateVpcCidrBlockResponse.Builder,AssociateVpcCidrBlockResponse>
public static AssociateVpcCidrBlockResponse.Builder builder()
public static Class<? extends AssociateVpcCidrBlockResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.