@Generated(value="software.amazon.awssdk:codegen") public final class ListHostedZonesByVpcResponse extends Route53Response implements ToCopyableBuilder<ListHostedZonesByVpcResponse.Builder,ListHostedZonesByVpcResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListHostedZonesByVpcResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListHostedZonesByVpcResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasHostedZoneSummaries()
Returns true if the HostedZoneSummaries property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<HostedZoneSummary> |
hostedZoneSummaries()
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
String |
maxItems()
The value that you specified for
MaxItems in the most recent ListHostedZonesByVPC
request. |
String |
nextToken()
The value that you specified for
NextToken in the most recent ListHostedZonesByVPC
request. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListHostedZonesByVpcResponse.Builder> |
serializableBuilderClass() |
ListHostedZonesByVpcResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasHostedZoneSummaries()
public final List<HostedZoneSummary> hostedZoneSummaries()
A list that contains one HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and ID, and
information about who owns the hosted zone.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasHostedZoneSummaries() to see if a value was sent in this field.
HostedZoneSummary element for each hosted zone that the specified
Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name
and ID, and information about who owns the hosted zone.public final String maxItems()
The value that you specified for MaxItems in the most recent ListHostedZonesByVPC
request.
MaxItems in the most recent
ListHostedZonesByVPC request.public final String nextToken()
The value that you specified for NextToken in the most recent ListHostedZonesByVPC
request.
NextToken in the most recent
ListHostedZonesByVPC request.public ListHostedZonesByVpcResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListHostedZonesByVpcResponse.Builder,ListHostedZonesByVpcResponse>toBuilder in class AwsResponsepublic static ListHostedZonesByVpcResponse.Builder builder()
public static Class<? extends ListHostedZonesByVpcResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.