public class DeleteReusableDelegationSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
DeleteReusableDelegationSet operation.
This action deletes a reusable delegation set. To delete a reusable
delegation set, send a DELETE request to the
2013-04-01/delegationset/delegation set ID resource.
IMPORTANT: You can delete a reusable delegation set only if there are no associated hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Route 53 will deny your request with a DelegationSetInUse error.
NOOP| Constructor and Description |
|---|
DeleteReusableDelegationSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteReusableDelegationSetRequest |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The ID of the reusable delegation set you want to delete.
|
int |
hashCode() |
void |
setId(String id)
The ID of the reusable delegation set you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteReusableDelegationSetRequest |
withId(String id)
The ID of the reusable delegation set you want to delete.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic String getId()
Constraints:
Length: 0 - 32
public void setId(String id)
Constraints:
Length: 0 - 32
id - The ID of the reusable delegation set you want to delete.public DeleteReusableDelegationSetRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
id - The ID of the reusable delegation set you want to delete.public String toString()
toString in class ObjectObject.toString()public DeleteReusableDelegationSetRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.