@Generated(value="software.amazon.awssdk:codegen") public final class GetHostedZoneLimitResponse extends Route53Response implements ToCopyableBuilder<GetHostedZoneLimitResponse.Builder,GetHostedZoneLimitResponse>
A complex type that contains the requested limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetHostedZoneLimitResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetHostedZoneLimitResponse.Builder |
builder() |
Long |
count()
The current number of entities that you have created of the specified type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
HostedZoneLimit |
limit()
The current setting for the specified limit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetHostedZoneLimitResponse.Builder> |
serializableBuilderClass() |
GetHostedZoneLimitResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final HostedZoneLimit limit()
The current setting for the specified limit. For example, if you specified MAX_RRSETS_BY_ZONE for
the value of Type in the request, the value of Limit is the maximum number of records
that you can create in the specified hosted zone.
MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of
Limit is the maximum number of records that you can create in the specified hosted zone.public final Long count()
The current number of entities that you have created of the specified type. For example, if you specified
MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of
Count is the current number of records that you have created in the specified hosted zone.
MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of
Count is the current number of records that you have created in the specified hosted zone.public GetHostedZoneLimitResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetHostedZoneLimitResponse.Builder,GetHostedZoneLimitResponse>toBuilder in class AwsResponsepublic static GetHostedZoneLimitResponse.Builder builder()
public static Class<? extends GetHostedZoneLimitResponse.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.