public class ListHostedZonesRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListHostedZones operation.
To retrieve a list of your hosted zones, send a GET request to the 2012-12-12/hostedzone resource. The response to this
request includes a HostedZones element with zero, one, or multiple HostedZone child elements. By default, the list of hosted
zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can
use the Marker parameter to control the hosted zone that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
| コンストラクタと説明 |
|---|
ListHostedZonesRequest()
Default constructor for a new ListHostedZonesRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMarker()
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
java.lang.String |
getMaxItems()
Specify the maximum number of hosted zones to return per page of
results.
|
java.lang.String |
getVersion()
Specify the api version.
|
int |
hashCode() |
void |
setMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
void |
setMaxItems(java.lang.String maxItems)
Specify the maximum number of hosted zones to return per page of
results.
|
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.
|
ListHostedZonesRequest |
withMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
ListHostedZonesRequest |
withMaxItems(java.lang.String maxItems)
Specify the maximum number of hosted zones to return per page of
results.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic ListHostedZonesRequest()
public java.lang.String getVersion()
public void setVersion(java.lang.String version)
public java.lang.String getMarker()
NextMarker from the last
response in the marker parameter to get the next page of
results.
Constraints:
Length: 0 - 64
NextMarker from the last
response in the marker parameter to get the next page of
results.public void setMarker(java.lang.String marker)
NextMarker from the last
response in the marker parameter to get the next page of
results.
Constraints:
Length: 0 - 64
marker - If the request returned more than one page of results, submit another
request and specify the value of NextMarker from the last
response in the marker parameter to get the next page of
results.public ListHostedZonesRequest withMarker(java.lang.String marker)
NextMarker from the last
response in the marker parameter to get the next page of
results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
marker - If the request returned more than one page of results, submit another
request and specify the value of NextMarker from the last
response in the marker parameter to get the next page of
results.public java.lang.String getMaxItems()
public void setMaxItems(java.lang.String maxItems)
maxItems - Specify the maximum number of hosted zones to return per page of
results.public ListHostedZonesRequest withMaxItems(java.lang.String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - Specify the maximum number of hosted zones to return per page of
results.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