Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateReusableDelegationSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateReusableDelegationSetRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
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() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateReusableDelegationSetRequest.Builder,CreateReusableDelegationSetRequest>
public static CreateReusableDelegationSetRequest.Builder builder()
public static Class<? extends CreateReusableDelegationSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.