@Generated(value="software.amazon.awssdk:codegen") public final class GetReusableDelegationSetLimitRequest extends Route53Request implements ToCopyableBuilder<GetReusableDelegationSetLimitRequest.Builder,GetReusableDelegationSetLimitRequest>
A complex type that contains information about the request to create a hosted zone.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetReusableDelegationSetLimitRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetReusableDelegationSetLimitRequest.Builder |
builder() |
String |
delegationSetId()
The ID of the delegation set that you want to get the limit for.
|
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 GetReusableDelegationSetLimitRequest.Builder> |
serializableBuilderClass() |
GetReusableDelegationSetLimitRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
ReusableDelegationSetLimitType |
type()
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
String |
typeAsString()
Specify
MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of hosted zones that you can
associate with the specified reusable delegation set. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ReusableDelegationSetLimitType type()
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get 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 to get the maximum number of hosted zones that
you can associate with the specified reusable delegation set.ReusableDelegationSetLimitTypepublic final String typeAsString()
Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get 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 to get the maximum number of hosted zones that
you can associate with the specified reusable delegation set.ReusableDelegationSetLimitTypepublic final String delegationSetId()
The ID of the delegation set that you want to get the limit for.
public GetReusableDelegationSetLimitRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetReusableDelegationSetLimitRequest.Builder,GetReusableDelegationSetLimitRequest>toBuilder in class Route53Requestpublic static GetReusableDelegationSetLimitRequest.Builder builder()
public static Class<? extends GetReusableDelegationSetLimitRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.