@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedZonesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to retrieve a list of the public and private hosted zones that are associated with the current AWS account.
NOOP
Constructor and Description |
---|
ListHostedZonesRequest() |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDelegationSetId()
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a
reusable delegation set, specify the ID of that reusable delegation set.
|
String |
getMarker()
If the value of
IsTruncated in the previous response was true , you have more hosted
zones. |
String |
getMaxItems()
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
int |
hashCode() |
void |
setDelegationSetId(String delegationSetId)
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a
reusable delegation set, specify the ID of that reusable delegation set.
|
void |
setMarker(String marker)
If the value of
IsTruncated in the previous response was true , you have more hosted
zones. |
void |
setMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListHostedZonesRequest |
withDelegationSetId(String delegationSetId)
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a
reusable delegation set, specify the ID of that reusable delegation set.
|
ListHostedZonesRequest |
withMarker(String marker)
If the value of
IsTruncated in the previous response was true , you have more hosted
zones. |
ListHostedZonesRequest |
withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setMarker(String marker)
If the value of IsTruncated
in the previous response was true
, you have more hosted
zones. To get more hosted zones, submit another ListHostedZones
request.
For the value of marker
, specify the value of NextMarker
from the previous response,
which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
, there are no more
hosted zones to get.
marker
- If the value of IsTruncated
in the previous response was true
, you have more
hosted zones. To get more hosted zones, submit another ListHostedZones
request.
For the value of marker
, specify the value of NextMarker
from the previous
response, which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated
in the previous response was false
, there are no
more hosted zones to get.
public String getMarker()
If the value of IsTruncated
in the previous response was true
, you have more hosted
zones. To get more hosted zones, submit another ListHostedZones
request.
For the value of marker
, specify the value of NextMarker
from the previous response,
which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
, there are no more
hosted zones to get.
IsTruncated
in the previous response was true
, you have more
hosted zones. To get more hosted zones, submit another ListHostedZones
request.
For the value of marker
, specify the value of NextMarker
from the previous
response, which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated
in the previous response was false
, there are no
more hosted zones to get.
public ListHostedZonesRequest withMarker(String marker)
If the value of IsTruncated
in the previous response was true
, you have more hosted
zones. To get more hosted zones, submit another ListHostedZones
request.
For the value of marker
, specify the value of NextMarker
from the previous response,
which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another request.
If the value of IsTruncated
in the previous response was false
, there are no more
hosted zones to get.
marker
- If the value of IsTruncated
in the previous response was true
, you have more
hosted zones. To get more hosted zones, submit another ListHostedZones
request.
For the value of marker
, specify the value of NextMarker
from the previous
response, which is the ID of the first hosted zone that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated
in the previous response was false
, there are no
more hosted zones to get.
public void setMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more than
maxitems
hosted zones, the value of IsTruncated
in the response is true
,
and the value of NextMarker
is the hosted zone ID of the first hosted zone that Amazon Route 53 will
return if you submit another request.
maxItems
- (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more
than maxitems
hosted zones, the value of IsTruncated
in the response is
true
, and the value of NextMarker
is the hosted zone ID of the first hosted zone
that Amazon Route 53 will return if you submit another request.public String getMaxItems()
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more than
maxitems
hosted zones, the value of IsTruncated
in the response is true
,
and the value of NextMarker
is the hosted zone ID of the first hosted zone that Amazon Route 53 will
return if you submit another request.
maxitems
hosted zones, the value of IsTruncated
in the response is
true
, and the value of NextMarker
is the hosted zone ID of the first hosted
zone that Amazon Route 53 will return if you submit another request.public ListHostedZonesRequest withMaxItems(String maxItems)
(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more than
maxitems
hosted zones, the value of IsTruncated
in the response is true
,
and the value of NextMarker
is the hosted zone ID of the first hosted zone that Amazon Route 53 will
return if you submit another request.
maxItems
- (Optional) The maximum number of hosted zones that you want Amazon Route 53 to return. If you have more
than maxitems
hosted zones, the value of IsTruncated
in the response is
true
, and the value of NextMarker
is the hosted zone ID of the first hosted zone
that Amazon Route 53 will return if you submit another request.public void setDelegationSetId(String delegationSetId)
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set.
delegationSetId
- If you're using reusable delegation sets and you want to list all of the hosted zones that are associated
with a reusable delegation set, specify the ID of that reusable delegation set.public String getDelegationSetId()
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set.
public ListHostedZonesRequest withDelegationSetId(String delegationSetId)
If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set.
delegationSetId
- If you're using reusable delegation sets and you want to list all of the hosted zones that are associated
with a reusable delegation set, specify the ID of that reusable delegation set.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.