@Generated(value="software.amazon.awssdk:codegen") public 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz)
Used to retrieve the value of a field from any class that extends
SdkRequest. |
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.
|
static Class<? extends CreateReusableDelegationSetRequest.Builder> |
serializableBuilderClass() |
CreateReusableDelegationSetRequest.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
requestOverrideConfigcopypublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>toBuilder in class Route53Requestpublic static CreateReusableDelegationSetRequest.Builder builder()
public static Class<? extends CreateReusableDelegationSetRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
specified should match the member name from the corresponding service-2.json model specified in the
codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.