Class CreateReusableDelegationSetRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanA unique string that identifies the request and that allows failedCreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice.The ID of the hosted zone whose delegation set you want to mark as reusable.inthashCode()voidsetCallerReference(String callerReference) A unique string that identifies the request and that allows failedCreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice.voidsetHostedZoneId(String hostedZoneId) The ID of the hosted zone whose delegation set you want to mark as reusable.toString()Returns a string representation of this object; useful for testing and debugging.withCallerReference(String callerReference) A unique string that identifies the request and that allows failedCreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice.withHostedZoneId(String hostedZoneId) The ID of the hosted zone whose delegation set you want to mark as reusable.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateReusableDelegationSetRequest
public CreateReusableDelegationSetRequest()
-
-
Method Details
-
setCallerReference
A unique string that identifies the request and that allows failed
CreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you create a reusable delegation set.CallerReferencecan be any unique string; you might choose to use a string that identifies your project, such asDNSMigration_01.Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
- Parameters:
callerReference- A unique string that identifies the request and that allows failedCreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you create a reusable delegation set.CallerReferencecan be any unique string; you might choose to use a string that identifies your project, such asDNSMigration_01.Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
-
getCallerReference
A unique string that identifies the request and that allows failed
CreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you create a reusable delegation set.CallerReferencecan be any unique string; you might choose to use a string that identifies your project, such asDNSMigration_01.Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
- Returns:
- A unique string that identifies the request and that allows
failed
CreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you create a reusable delegation set.CallerReferencecan be any unique string; you might choose to use a string that identifies your project, such asDNSMigration_01.Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
-
withCallerReference
A unique string that identifies the request and that allows failed
CreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you create a reusable delegation set.CallerReferencecan be any unique string; you might choose to use a string that identifies your project, such asDNSMigration_01.Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
- Parameters:
callerReference- A unique string that identifies the request and that allows failedCreateReusableDelegationSetrequests to be retried without the risk of executing the operation twice. You must use a uniqueCallerReferencestring every time you create a reusable delegation set.CallerReferencecan be any unique string; you might choose to use a string that identifies your project, such asDNSMigration_01.Valid characters are any Unicode code points that are legal in an XML 1.0 document. The UTF-8 encoding of the value must be less than 128 bytes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHostedZoneId
The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.
- Parameters:
hostedZoneId- The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.
-
getHostedZoneId
The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.
- Returns:
- The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.
-
withHostedZoneId
The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.
- Parameters:
hostedZoneId- The ID of the hosted zone whose delegation set you want to mark as reusable. It is an optional parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-