@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 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 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.