@Generated(value="software.amazon.awssdk:codegen") public final class GetHostedZoneCountResponse extends Route53Response implements ToCopyableBuilder<GetHostedZoneCountResponse.Builder,GetHostedZoneCountResponse>
A complex type that contains the response to a GetHostedZoneCount request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetHostedZoneCountResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetHostedZoneCountResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
hostedZoneCount()
The total number of public and private hosted zones that are associated with the current AWS account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetHostedZoneCountResponse.Builder> |
serializableBuilderClass() |
GetHostedZoneCountResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Long hostedZoneCount()
The total number of public and private hosted zones that are associated with the current AWS account.
public GetHostedZoneCountResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetHostedZoneCountResponse.Builder,GetHostedZoneCountResponse>toBuilder in class AwsResponsepublic static GetHostedZoneCountResponse.Builder builder()
public static Class<? extends GetHostedZoneCountResponse.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.