@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedZonesByNameRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account in ASCII order by domain name.
NOOP| Constructor and Description |
|---|
ListHostedZonesByNameRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDNSName()
(Optional) For your first request to
ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. |
String |
getHostedZoneId()
(Optional) For your first request to
ListHostedZonesByName, do not include the
hostedzoneid parameter. |
String |
getMaxItems()
The maximum number of hosted zones to be included in the response body for this request.
|
int |
hashCode() |
void |
setDNSName(String dNSName)
(Optional) For your first request to
ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. |
void |
setHostedZoneId(String hostedZoneId)
(Optional) For your first request to
ListHostedZonesByName, do not include the
hostedzoneid parameter. |
void |
setMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request.
|
String |
toString()
Returns a string representation of this object.
|
ListHostedZonesByNameRequest |
withDNSName(String dNSName)
(Optional) For your first request to
ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. |
ListHostedZonesByNameRequest |
withHostedZoneId(String hostedZoneId)
(Optional) For your first request to
ListHostedZonesByName, do not include the
hostedzoneid parameter. |
ListHostedZonesByNameRequest |
withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request.
|
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, withSdkRequestTimeoutpublic void setDNSName(String dNSName)
(Optional) For your first request to ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the
dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current
Amazon Web Services account, in ASCII order. For subsequent requests, include both dnsname and
hostedzoneid parameters. For dnsname, specify the value of NextDNSName
from the previous response.
dNSName - (Optional) For your first request to ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't
include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were
created by the current Amazon Web Services account, in ASCII order. For subsequent requests, include both
dnsname and hostedzoneid parameters. For dnsname, specify the value
of NextDNSName from the previous response.public String getDNSName()
(Optional) For your first request to ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the
dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current
Amazon Web Services account, in ASCII order. For subsequent requests, include both dnsname and
hostedzoneid parameters. For dnsname, specify the value of NextDNSName
from the previous response.
ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't
include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were
created by the current Amazon Web Services account, in ASCII order. For subsequent requests, include both
dnsname and hostedzoneid parameters. For dnsname, specify the
value of NextDNSName from the previous response.public ListHostedZonesByNameRequest withDNSName(String dNSName)
(Optional) For your first request to ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't include the
dnsname parameter, Amazon Route 53 returns all of the hosted zones that were created by the current
Amazon Web Services account, in ASCII order. For subsequent requests, include both dnsname and
hostedzoneid parameters. For dnsname, specify the value of NextDNSName
from the previous response.
dNSName - (Optional) For your first request to ListHostedZonesByName, include the dnsname
parameter only if you want to specify the name of the first hosted zone in the response. If you don't
include the dnsname parameter, Amazon Route 53 returns all of the hosted zones that were
created by the current Amazon Web Services account, in ASCII order. For subsequent requests, include both
dnsname and hostedzoneid parameters. For dnsname, specify the value
of NextDNSName from the previous response.public void setHostedZoneId(String hostedZoneId)
(Optional) For your first request to ListHostedZonesByName, do not include the
hostedzoneid parameter.
If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns
only the first maxitems hosted zones. To get the next group of maxitems hosted zones,
submit another request to ListHostedZonesByName and include both dnsname and
hostedzoneid parameters. For the value of hostedzoneid, specify the value of the
NextHostedZoneId element from the previous response.
hostedZoneId - (Optional) For your first request to ListHostedZonesByName, do not include the
hostedzoneid parameter.
If you have more hosted zones than the value of maxitems, ListHostedZonesByName
returns only the first maxitems hosted zones. To get the next group of maxitems
hosted zones, submit another request to ListHostedZonesByName and include both
dnsname and hostedzoneid parameters. For the value of hostedzoneid,
specify the value of the NextHostedZoneId element from the previous response.
public String getHostedZoneId()
(Optional) For your first request to ListHostedZonesByName, do not include the
hostedzoneid parameter.
If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns
only the first maxitems hosted zones. To get the next group of maxitems hosted zones,
submit another request to ListHostedZonesByName and include both dnsname and
hostedzoneid parameters. For the value of hostedzoneid, specify the value of the
NextHostedZoneId element from the previous response.
ListHostedZonesByName, do not include the
hostedzoneid parameter.
If you have more hosted zones than the value of maxitems, ListHostedZonesByName
returns only the first maxitems hosted zones. To get the next group of maxitems
hosted zones, submit another request to ListHostedZonesByName and include both
dnsname and hostedzoneid parameters. For the value of hostedzoneid
, specify the value of the NextHostedZoneId element from the previous response.
public ListHostedZonesByNameRequest withHostedZoneId(String hostedZoneId)
(Optional) For your first request to ListHostedZonesByName, do not include the
hostedzoneid parameter.
If you have more hosted zones than the value of maxitems, ListHostedZonesByName returns
only the first maxitems hosted zones. To get the next group of maxitems hosted zones,
submit another request to ListHostedZonesByName and include both dnsname and
hostedzoneid parameters. For the value of hostedzoneid, specify the value of the
NextHostedZoneId element from the previous response.
hostedZoneId - (Optional) For your first request to ListHostedZonesByName, do not include the
hostedzoneid parameter.
If you have more hosted zones than the value of maxitems, ListHostedZonesByName
returns only the first maxitems hosted zones. To get the next group of maxitems
hosted zones, submit another request to ListHostedZonesByName and include both
dnsname and hostedzoneid parameters. For the value of hostedzoneid,
specify the value of the NextHostedZoneId element from the previous response.
public void setMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request. If you have more than
maxitems hosted zones, then the value of the IsTruncated element in the response is
true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone
in the next group of maxitems hosted zones.
maxItems - The maximum number of hosted zones to be included in the response body for this request. If you have more
than maxitems hosted zones, then the value of the IsTruncated element in the
response is true, and the values of NextDNSName and NextHostedZoneId specify the
first hosted zone in the next group of maxitems hosted zones.public String getMaxItems()
The maximum number of hosted zones to be included in the response body for this request. If you have more than
maxitems hosted zones, then the value of the IsTruncated element in the response is
true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone
in the next group of maxitems hosted zones.
maxitems hosted zones, then the value of the IsTruncated element in the
response is true, and the values of NextDNSName and NextHostedZoneId specify
the first hosted zone in the next group of maxitems hosted zones.public ListHostedZonesByNameRequest withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body for this request. If you have more than
maxitems hosted zones, then the value of the IsTruncated element in the response is
true, and the values of NextDNSName and NextHostedZoneId specify the first hosted zone
in the next group of maxitems hosted zones.
maxItems - The maximum number of hosted zones to be included in the response body for this request. If you have more
than maxitems hosted zones, then the value of the IsTruncated element in the
response is true, and the values of NextDNSName and NextHostedZoneId specify the
first hosted zone in the next group of maxitems hosted zones.public String toString()
toString in class ObjectObject.toString()public ListHostedZonesByNameRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()