@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReusableDelegationSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| CreateReusableDelegationSetRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateReusableDelegationSetRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCallerReference()
 A unique string that identifies the request, and that allows you to retry failed
  CreateReusableDelegationSetrequests without the risk of executing the operation twice. | 
| String | getHostedZoneId()
 If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone. | 
| int | hashCode() | 
| void | setCallerReference(String callerReference)
 A unique string that identifies the request, and that allows you to retry failed
  CreateReusableDelegationSetrequests without the risk of executing the operation twice. | 
| void | setHostedZoneId(String hostedZoneId)
 If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone. | 
| String | toString()Returns a string representation of this object. | 
| CreateReusableDelegationSetRequest | withCallerReference(String callerReference)
 A unique string that identifies the request, and that allows you to retry failed
  CreateReusableDelegationSetrequests without the risk of executing the operation twice. | 
| CreateReusableDelegationSetRequest | withHostedZoneId(String hostedZoneId)
 If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCallerReference(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.
 
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.public String getCallerReference()
 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 CreateReusableDelegationSetRequest withCallerReference(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.
 
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.public void setHostedZoneId(String hostedZoneId)
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
hostedZoneId - If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted
        zone.public String getHostedZoneId()
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
public CreateReusableDelegationSetRequest withHostedZoneId(String hostedZoneId)
If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.
hostedZoneId - If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted
        zone.public String toString()
toString in class ObjectObject.toString()public CreateReusableDelegationSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()