@Generated(value="software.amazon.awssdk:codegen") public final class ReusableDelegationSetLimit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReusableDelegationSetLimit.Builder,ReusableDelegationSetLimit>
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReusableDelegationSetLimit.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReusableDelegationSetLimit.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReusableDelegationSetLimit.Builder> |
serializableBuilderClass() |
ReusableDelegationSetLimit.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ReusableDelegationSetLimitType |
type()
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
String |
typeAsString()
The limit that you requested:
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set. |
Long |
value()
The current value for the
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ReusableDelegationSetLimitType type()
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
If the service returns an enum value that is not available in the current SDK version, type will return
ReusableDelegationSetLimitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitTypepublic String typeAsString()
The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted
zones that you can associate with the specified reusable delegation set.
If the service returns an enum value that is not available in the current SDK version, type will return
ReusableDelegationSetLimitType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from typeAsString().
MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of
hosted zones that you can associate with the specified reusable delegation set.ReusableDelegationSetLimitTypepublic Long value()
The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.
MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.public ReusableDelegationSetLimit.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReusableDelegationSetLimit.Builder,ReusableDelegationSetLimit>public static ReusableDelegationSetLimit.Builder builder()
public static Class<? extends ReusableDelegationSetLimit.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.