public class GetHostedZoneRequest extends AmazonWebServiceRequest implements java.io.Serializable
GetHostedZone operation.
To retrieve the delegation set for a hosted zone, send a GET request to the 2012-12-12/hostedzone/hosted zone ID resource.
The delegation set is the four Route 53 name servers that were assigned to the hosted zone when you created it.
| コンストラクタと説明 |
|---|
GetHostedZoneRequest()
Default constructor for a new GetHostedZoneRequest object.
|
GetHostedZoneRequest(java.lang.String id)
Constructs a new GetHostedZoneRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
The ID of the hosted zone for which you want to get a list of the name
servers in the delegation set.
|
java.lang.String |
getVersion()
Specify the api version.
|
int |
hashCode() |
void |
setId(java.lang.String id)
The ID of the hosted zone for which you want to get a list of the name
servers in the delegation set.
|
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.
|
GetHostedZoneRequest |
withId(java.lang.String id)
The ID of the hosted zone for which you want to get a list of the name
servers in the delegation set.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic GetHostedZoneRequest()
public GetHostedZoneRequest(java.lang.String id)
id - The ID of the hosted zone for which you want to get a list
of the name servers in the delegation set.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 hosted zone for which you want to get a list of the name
servers in the delegation set.public GetHostedZoneRequest 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 hosted zone for which you want to get a list of the name
servers in the delegation set.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