@Generated(value="software.amazon.awssdk:codegen") public final class ListVpcAssociationAuthorizationsResponse extends Route53Response implements ToCopyableBuilder<ListVpcAssociationAuthorizationsResponse.Builder,ListVpcAssociationAuthorizationsResponse>
A complex type that contains the response information for the request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVpcAssociationAuthorizationsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListVpcAssociationAuthorizationsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasVpCs()
Returns true if the VPCs property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVpcAssociationAuthorizationsResponse.Builder> |
serializableBuilderClass() |
ListVpcAssociationAuthorizationsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
List<VPC> |
vpCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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 boolean hasVpCs()
public List<VPC> vpCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasVpCs() to see if a value was sent in this field.
public ListVpcAssociationAuthorizationsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVpcAssociationAuthorizationsResponse.Builder,ListVpcAssociationAuthorizationsResponse>toBuilder in class AwsResponsepublic static ListVpcAssociationAuthorizationsResponse.Builder builder()
public static Class<? extends ListVpcAssociationAuthorizationsResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.