ToCopyableBuilder<GetHostedZoneCountResponse.Builder,GetHostedZoneCountResponse>@Generated("software.amazon.awssdk:codegen") public class GetHostedZoneCountResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetHostedZoneCountResponse.Builder,GetHostedZoneCountResponse>
A complex type that contains the response to a GetHostedZoneCount request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetHostedZoneCountResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static GetHostedZoneCountResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Long |
hostedZoneCount() |
The total number of public and private hosted zones that are associated with the current AWS account.
|
static Class<? extends GetHostedZoneCountResponse.Builder> |
serializableBuilderClass() |
|
GetHostedZoneCountResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic Long hostedZoneCount()
The total number of public and private hosted zones that are associated with the current AWS account.
public GetHostedZoneCountResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetHostedZoneCountResponse.Builder,GetHostedZoneCountResponse>public static GetHostedZoneCountResponse.Builder builder()
public static Class<? extends GetHostedZoneCountResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.