@Generated(value="software.amazon.awssdk:codegen") public class ReusableDelegationSetLimit extends Object implements 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
static Class<? extends ReusableDelegationSetLimit.Builder> |
serializableBuilderClass() |
ReusableDelegationSetLimit.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
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. |
copypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReusableDelegationSetLimit.Builder,ReusableDelegationSetLimit>public static ReusableDelegationSetLimit.Builder builder()
public static Class<? extends ReusableDelegationSetLimit.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.