public class ListHostedZonesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
To retrieve a list of your hosted zones, send a GET
request to
the /Route 53 API version/hostedzone
resource. The
response to this request includes a HostedZones
element with
zero or more 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.
MaxItems
to a value greater than 100, Amazon Route 53 returns
only the first 100.NOOP
Constructor and Description |
---|
ListHostedZonesRequest() |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getDelegationSetId() |
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 |
setDelegationSetId(String delegationSetId) |
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 |
withDelegationSetId(String delegationSetId) |
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.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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.
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 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.
NextMarker
from the last response in the marker
parameter to
get the next page of results.public 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.
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 void setMaxItems(String maxItems)
Specify the maximum number of hosted zones to return per page of results.
maxItems
- Specify the maximum number of hosted zones to return per page of
results.public String getMaxItems()
Specify the maximum number of hosted zones to return per page of results.
public ListHostedZonesRequest withMaxItems(String maxItems)
Specify the maximum number of hosted zones to return per page of results.
maxItems
- Specify the maximum number of hosted zones to return per page of
results.public void setDelegationSetId(String delegationSetId)
delegationSetId
- public String getDelegationSetId()
public ListHostedZonesRequest withDelegationSetId(String delegationSetId)
delegationSetId
- public String toString()
toString
in class Object
Object.toString()
public ListHostedZonesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.