public class DeleteHostedZoneRequest extends AmazonWebServiceRequest implements java.io.Serializable
DeleteHostedZone operation.
This action deletes a hosted zone. To delete a hosted zone, send a DELETE request to the 2012-12-12/hostedzone/hosted zone ID
resource.
For more information about deleting a hosted zone, see Deleting a Hosted Zone in the Amazon Route 53 Developer Guide .
IMPORTANT: You can delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If your hosted zone contains other resource record sets, you must delete them before you can delete your hosted zone. If you try to delete a hosted zone that contains other resource record sets, Route 53 will deny your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.
| コンストラクタと説明 |
|---|
DeleteHostedZoneRequest()
Default constructor for a new DeleteHostedZoneRequest object.
|
DeleteHostedZoneRequest(java.lang.String id)
Constructs a new DeleteHostedZoneRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The ID of the request.
|
java.lang.String |
getVersion()
Specify the api version.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The ID of the request.
|
void |
setVersion(java.lang.String version)
Specify the api version.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteHostedZoneRequest |
withId(java.lang.String id)
The ID of the request.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic DeleteHostedZoneRequest()
public DeleteHostedZoneRequest(java.lang.String id)
id - The ID of the request. Include this ID in a call to
GetChange to track when the change has propagated to all Route
53 DNS servers.public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.String getId()
Constraints:
Length: 0 - 32
public void setId(java.lang.String id)
Constraints:
Length: 0 - 32
id - The ID of the request. Include this ID in a call to GetChange
to track when the change has propagated to all Route 53 DNS servers.public DeleteHostedZoneRequest withId(java.lang.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 request. Include this ID in a call to GetChange
to track when the change has propagated to all Route 53 DNS servers.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object