@Generated(value="software.amazon.awssdk:codegen") public final class GetAccountLimitResponse extends Route53Response implements ToCopyableBuilder<GetAccountLimitResponse.Builder,GetAccountLimitResponse>
A complex type that contains the requested limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAccountLimitResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetAccountLimitResponse.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() |
AccountLimit |
limit()
The current setting for the specified limit.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAccountLimitResponse.Builder> |
serializableBuilderClass() |
GetAccountLimitResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AccountLimit limit()
The current setting for the specified limit. For example, if you specified
MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of
Limit is the maximum number of health checks that you can create using the current account.
MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of
Limit is the maximum number of health checks that you can create using the current account.public final Long count()
The current number of entities that you have created of the specified type. For example, if you specified
MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of
Count is the current number of health checks that you have created using the current account.
MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of
Count is the current number of health checks that you have created using the current
account.public GetAccountLimitResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAccountLimitResponse.Builder,GetAccountLimitResponse>toBuilder in class AwsResponsepublic static GetAccountLimitResponse.Builder builder()
public static Class<? extends GetAccountLimitResponse.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 © 2023. All rights reserved.