@Generated(value="software.amazon.awssdk:codegen") public final class CreateReusableDelegationSetRequest extends Route53Request implements ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateReusableDelegationSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreateReusableDelegationSetRequest.Builder |
builder() |
String |
callerReference()
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSet requests without the risk of executing the operation twice. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostedZoneId()
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateReusableDelegationSetRequest.Builder> |
serializableBuilderClass() |
CreateReusableDelegationSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String callerReference()
A unique string that identifies the request, and that allows you to retry failed
CreateReusableDelegationSet requests without the risk of executing the operation twice. You must use
a unique CallerReference string every time you submit a CreateReusableDelegationSet
request. CallerReference can be any unique string, for example a date/time stamp.
CreateReusableDelegationSet requests without the risk of executing the operation twice. You
must use a unique CallerReference string every time you submit a
CreateReusableDelegationSet request. CallerReference can be any unique string,
for example a date/time stamp.public final String hostedZoneId()
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
public CreateReusableDelegationSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>toBuilder in class Route53Requestpublic static CreateReusableDelegationSetRequest.Builder builder()
public static Class<? extends CreateReusableDelegationSetRequest.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.