Class ListHostedZonesByNameRequest
- java.lang.Object
-
- com.amazonaws.AmazonWebServiceRequest
-
- com.amazonaws.services.route53.model.ListHostedZonesByNameRequest
-
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
public class ListHostedZonesByNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
To retrieve a list of your hosted zones in lexicographic order, send a
GET
request to the/Route 53 API version/hostedzonesbyname
resource. The response to this request includes aHostedZones
element with zero or moreHostedZone
child elements lexicographically ordered by DNS name. 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 theMaxItems
parameter. You can use theDNSName
andHostedZoneId
parameters to control the hosted zone that the list begins with.For more information about listing hosted zones, see Listing the Hosted Zones for an AWS Account in the Amazon Route 53 Developer Guide.
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
-
Constructor Summary
Constructors Constructor Description ListHostedZonesByNameRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListHostedZonesByNameRequest
clone()
Creates a shallow clone of this request.boolean
equals(Object obj)
String
getDNSName()
The first name in the lexicographic ordering of domain names that you want theListHostedZonesByNameRequest
request to list.String
getHostedZoneId()
If the request returned more than one page of results, submit another request and specify the value ofNextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters 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
setDNSName(String dNSName)
The first name in the lexicographic ordering of domain names that you want theListHostedZonesByNameRequest
request to list.void
setHostedZoneId(String hostedZoneId)
If the request returned more than one page of results, submit another request and specify the value ofNextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters 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.ListHostedZonesByNameRequest
withDNSName(String dNSName)
The first name in the lexicographic ordering of domain names that you want theListHostedZonesByNameRequest
request to list.ListHostedZonesByNameRequest
withHostedZoneId(String hostedZoneId)
If the request returned more than one page of results, submit another request and specify the value ofNextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.ListHostedZonesByNameRequest
withMaxItems(String maxItems)
Specify the maximum number of hosted zones to return per page of results.-
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
-
-
-
Method Detail
-
setDNSName
public void setDNSName(String dNSName)
The first name in the lexicographic ordering of domain names that you want the
ListHostedZonesByNameRequest
request to list.If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Parameters:
dNSName
- The first name in the lexicographic ordering of domain names that you want theListHostedZonesByNameRequest
request to list.If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.
-
getDNSName
public String getDNSName()
The first name in the lexicographic ordering of domain names that you want the
ListHostedZonesByNameRequest
request to list.If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Returns:
- The first name in the lexicographic ordering of domain names that
you want the
ListHostedZonesByNameRequest
request to list.If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.
-
withDNSName
public ListHostedZonesByNameRequest withDNSName(String dNSName)
The first name in the lexicographic ordering of domain names that you want the
ListHostedZonesByNameRequest
request to list.If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Parameters:
dNSName
- The first name in the lexicographic ordering of domain names that you want theListHostedZonesByNameRequest
request to list.If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHostedZoneId
public void setHostedZoneId(String hostedZoneId)
If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Parameters:
hostedZoneId
- If the request returned more than one page of results, submit another request and specify the value ofNextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.
-
getHostedZoneId
public String getHostedZoneId()
If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Returns:
- If the request returned more than one page of results, submit
another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.
-
withHostedZoneId
public ListHostedZonesByNameRequest withHostedZoneId(String hostedZoneId)
If the request returned more than one page of results, submit another request and specify the value of
NextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Parameters:
hostedZoneId
- If the request returned more than one page of results, submit another request and specify the value ofNextDNSName
andNextHostedZoneId
from the last response in theDNSName
andHostedZoneId
parameters to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
public void setMaxItems(String maxItems)
Specify the maximum number of hosted zones to return per page of results.
- Parameters:
maxItems
- Specify the maximum number of hosted zones to return per page of results.
-
getMaxItems
public String getMaxItems()
Specify the maximum number of hosted zones to return per page of results.
- Returns:
- Specify the maximum number of hosted zones to return per page of results.
-
withMaxItems
public ListHostedZonesByNameRequest withMaxItems(String maxItems)
Specify the maximum number of hosted zones to return per page of results.
- Parameters:
maxItems
- Specify the maximum number of hosted zones to return per page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListHostedZonesByNameRequest clone()
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
Object.clone()
-
-