ToCopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeVpcClassicLinkDnsSupportResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>
Contains the output of DescribeVpcClassicLinkDnsSupport.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeVpcClassicLinkDnsSupportResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeVpcClassicLinkDnsSupportResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
The token to use when requesting the next set of items.
|
static Class<? extends DescribeVpcClassicLinkDnsSupportResponse.Builder> |
serializableBuilderClass() |
|
DescribeVpcClassicLinkDnsSupportResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<ClassicLinkDnsSupport> |
vpcs() |
Information about the ClassicLink DNS support status of the VPCs.
|
setSdkHttpMetadata, setSdkResponseMetadata
public String nextToken()
The token to use when requesting the next set of items.
public List<ClassicLinkDnsSupport> vpcs()
Information about the ClassicLink DNS support status of the VPCs.
public DescribeVpcClassicLinkDnsSupportResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeVpcClassicLinkDnsSupportResponse.Builder,DescribeVpcClassicLinkDnsSupportResponse>
public static DescribeVpcClassicLinkDnsSupportResponse.Builder builder()
public static Class<? extends DescribeVpcClassicLinkDnsSupportResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.