|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.route53.model.ListHostedZonesRequest
public class ListHostedZonesRequest
Container for the parameters to the 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.
AmazonRoute53.listHostedZones(ListHostedZonesRequest)
,
Serialized FormConstructor Summary | |
---|---|
ListHostedZonesRequest()
Default constructor for a new ListHostedZonesRequest object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
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. |
String |
getMaxItems()
Specify the maximum number of hosted zones to return per page of results. |
int |
hashCode()
|
void |
setMarker(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(String maxItems)
Specify the maximum number of hosted zones to return per page of results. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListHostedZonesRequest |
withMarker(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(String maxItems)
Specify the maximum number of hosted zones to return per page of results. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListHostedZonesRequest()
Method Detail |
---|
public 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(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(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 String getMaxItems()
public void setMaxItems(String maxItems)
maxItems
- Specify the maximum number of hosted zones to return per page of
results.public ListHostedZonesRequest withMaxItems(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |