ToCopyableBuilder<ListVPCAssociationAuthorizationsResponse.Builder,ListVPCAssociationAuthorizationsResponse>@Generated("software.amazon.awssdk:codegen") public class ListVPCAssociationAuthorizationsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListVPCAssociationAuthorizationsResponse.Builder,ListVPCAssociationAuthorizationsResponse>
A complex type that contains the response information for the request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListVPCAssociationAuthorizationsResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListVPCAssociationAuthorizationsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hostedZoneId() |
The ID of the hosted zone that you can associate the listed VPCs with.
|
String |
nextToken() |
When the response includes a
NextToken element, there are more VPCs that can be associated with the
specified hosted zone. |
static Class<? extends ListVPCAssociationAuthorizationsResponse.Builder> |
serializableBuilderClass() |
|
ListVPCAssociationAuthorizationsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<VPC> |
vpCs() |
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
setSdkHttpMetadata, setSdkResponseMetadatapublic String hostedZoneId()
The ID of the hosted zone that you can associate the listed VPCs with.
public String nextToken()
When the response includes a NextToken element, there are more VPCs that can be associated with the
specified hosted zone. To get the next page of VPCs, submit another ListVPCAssociationAuthorizations
request, and include the value of the NextToken element from the response in the
nexttoken request parameter.
NextToken element, there are more VPCs that can be associated
with the specified hosted zone. To get the next page of VPCs, submit another
ListVPCAssociationAuthorizations request, and include the value of the
NextToken element from the response in the nexttoken request parameter.public List<VPC> vpCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
public ListVPCAssociationAuthorizationsResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListVPCAssociationAuthorizationsResponse.Builder,ListVPCAssociationAuthorizationsResponse>public static ListVPCAssociationAuthorizationsResponse.Builder builder()
public static Class<? extends ListVPCAssociationAuthorizationsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.