public class ListHostedZonesByNameResult extends Object implements Serializable, Cloneable
A complex type that contains the response for the request.
| Constructor and Description |
|---|
ListHostedZonesByNameResult() |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameResult |
clone() |
boolean |
equals(Object obj) |
String |
getDNSName()
The
DNSName value sent in the request. |
String |
getHostedZoneId()
The
HostedZoneId value sent in the request. |
List<HostedZone> |
getHostedZones()
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
Boolean |
getIsTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
String |
getMaxItems()
The maximum number of hosted zones to be included in the response body.
|
String |
getNextDNSName()
If the value of
IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. |
String |
getNextHostedZoneId()
If the value of
IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. |
int |
hashCode() |
Boolean |
isTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
void |
setDNSName(String dNSName)
The
DNSName value sent in the request. |
void |
setHostedZoneId(String hostedZoneId)
The
HostedZoneId value sent in the request. |
void |
setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
void |
setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
void |
setMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body.
|
void |
setNextDNSName(String nextDNSName)
If the value of
IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. |
void |
setNextHostedZoneId(String nextHostedZoneId)
If the value of
IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHostedZonesByNameResult |
withDNSName(String dNSName)
The
DNSName value sent in the request. |
ListHostedZonesByNameResult |
withHostedZoneId(String hostedZoneId)
The
HostedZoneId value sent in the request. |
ListHostedZonesByNameResult |
withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesByNameResult |
withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesByNameResult |
withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body.
|
ListHostedZonesByNameResult |
withNextDNSName(String nextDNSName)
If the value of
IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. |
ListHostedZonesByNameResult |
withNextHostedZoneId(String nextHostedZoneId)
If the value of
IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. |
public List<HostedZone> getHostedZones()
A complex type that contains information about the hosted zones associated with the current AWS account.
public void setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public ListHostedZonesByNameResult withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.
NOTE: This method appends the values to the existing list (if
any). Use setHostedZones(java.util.Collection) or
withHostedZones(java.util.Collection) if you want to override
the existing values.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public ListHostedZonesByNameResult withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public void setDNSName(String dNSName)
The DNSName value sent in the request.
dNSName - The DNSName value sent in the request.public String getDNSName()
The DNSName value sent in the request.
DNSName value sent in the request.public ListHostedZonesByNameResult withDNSName(String dNSName)
The DNSName value sent in the request.
dNSName - The DNSName value sent in the request.public void setHostedZoneId(String hostedZoneId)
The HostedZoneId value sent in the request.
hostedZoneId - The HostedZoneId value sent in the request.public String getHostedZoneId()
The HostedZoneId value sent in the request.
HostedZoneId value sent in the request.public ListHostedZonesByNameResult withHostedZoneId(String hostedZoneId)
The HostedZoneId value sent in the request.
hostedZoneId - The HostedZoneId value sent in the request.public void setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the NextDNSName and
NextHostedZoneId elements.
Valid Values: true | false
isTruncated - A flag indicating whether there are more hosted zones to be
listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the
NextDNSName and NextHostedZoneId
elements.
Valid Values: true | false
public Boolean getIsTruncated()
A flag indicating whether there are more hosted zones to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the NextDNSName and
NextHostedZoneId elements.
Valid Values: true | false
NextDNSName and NextHostedZoneId
elements.
Valid Values: true | false
public ListHostedZonesByNameResult withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the NextDNSName and
NextHostedZoneId elements.
Valid Values: true | false
isTruncated - A flag indicating whether there are more hosted zones to be
listed. If your results were truncated, you can make a follow-up
request for the next page of results by using the
NextDNSName and NextHostedZoneId
elements.
Valid Values: true | false
public Boolean isTruncated()
A flag indicating whether there are more hosted zones to be listed. If
your results were truncated, you can make a follow-up request for the
next page of results by using the NextDNSName and
NextHostedZoneId elements.
Valid Values: true | false
NextDNSName and NextHostedZoneId
elements.
Valid Values: true | false
public void setNextDNSName(String nextDNSName)
If the value of IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. To get the
next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter. Specify
NextHostedZoneId in the HostedZoneId parameter.
nextDNSName - If the value of IsTruncated in the
ListHostedZonesByNameResponse is true,
there are more hosted zones associated with the current AWS
account. To get the next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter.
Specify NextHostedZoneId in the
HostedZoneId parameter.public String getNextDNSName()
If the value of IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. To get the
next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter. Specify
NextHostedZoneId in the HostedZoneId parameter.
IsTruncated in the
ListHostedZonesByNameResponse is true,
there are more hosted zones associated with the current AWS
account. To get the next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter.
Specify NextHostedZoneId in the
HostedZoneId parameter.public ListHostedZonesByNameResult withNextDNSName(String nextDNSName)
If the value of IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. To get the
next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter. Specify
NextHostedZoneId in the HostedZoneId parameter.
nextDNSName - If the value of IsTruncated in the
ListHostedZonesByNameResponse is true,
there are more hosted zones associated with the current AWS
account. To get the next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter.
Specify NextHostedZoneId in the
HostedZoneId parameter.public void setNextHostedZoneId(String nextHostedZoneId)
If the value of IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. To get the
next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter. Specify
NextHostedZoneId in the HostedZoneId parameter.
nextHostedZoneId - If the value of IsTruncated in the
ListHostedZonesByNameResponse is true,
there are more hosted zones associated with the current AWS
account. To get the next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter.
Specify NextHostedZoneId in the
HostedZoneId parameter.public String getNextHostedZoneId()
If the value of IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. To get the
next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter. Specify
NextHostedZoneId in the HostedZoneId parameter.
IsTruncated in the
ListHostedZonesByNameResponse is true,
there are more hosted zones associated with the current AWS
account. To get the next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter.
Specify NextHostedZoneId in the
HostedZoneId parameter.public ListHostedZonesByNameResult withNextHostedZoneId(String nextHostedZoneId)
If the value of IsTruncated in the
ListHostedZonesByNameResponse is true, there
are more hosted zones associated with the current AWS account. To get the
next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter. Specify
NextHostedZoneId in the HostedZoneId parameter.
nextHostedZoneId - If the value of IsTruncated in the
ListHostedZonesByNameResponse is true,
there are more hosted zones associated with the current AWS
account. To get the next page of results, make another request to
ListHostedZonesByName. Specify the value of
NextDNSName in the DNSName parameter.
Specify NextHostedZoneId in the
HostedZoneId parameter.public void setMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body.
If the number of hosted zones associated with this AWS account exceeds
MaxItems, the value of IsTruncated in the
ListHostedZonesByNameResponse is true. Call
ListHostedZonesByName again and specify the value of
NextDNSName and NextHostedZoneId elements from
the previous response to get the next page of results.
maxItems - The maximum number of hosted zones to be included in the response
body. If the number of hosted zones associated with this AWS
account exceeds MaxItems, the value of
IsTruncated in the
ListHostedZonesByNameResponse is true.
Call ListHostedZonesByName again and specify the
value of NextDNSName and
NextHostedZoneId elements from the previous response
to get the next page of results.public String getMaxItems()
The maximum number of hosted zones to be included in the response body.
If the number of hosted zones associated with this AWS account exceeds
MaxItems, the value of IsTruncated in the
ListHostedZonesByNameResponse is true. Call
ListHostedZonesByName again and specify the value of
NextDNSName and NextHostedZoneId elements from
the previous response to get the next page of results.
MaxItems, the value of
IsTruncated in the
ListHostedZonesByNameResponse is true.
Call ListHostedZonesByName again and specify the
value of NextDNSName and
NextHostedZoneId elements from the previous response
to get the next page of results.public ListHostedZonesByNameResult withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body.
If the number of hosted zones associated with this AWS account exceeds
MaxItems, the value of IsTruncated in the
ListHostedZonesByNameResponse is true. Call
ListHostedZonesByName again and specify the value of
NextDNSName and NextHostedZoneId elements from
the previous response to get the next page of results.
maxItems - The maximum number of hosted zones to be included in the response
body. If the number of hosted zones associated with this AWS
account exceeds MaxItems, the value of
IsTruncated in the
ListHostedZonesByNameResponse is true.
Call ListHostedZonesByName again and specify the
value of NextDNSName and
NextHostedZoneId elements from the previous response
to get the next page of results.public String toString()
toString in class ObjectObject.toString()public ListHostedZonesByNameResult clone()
Copyright © 2016. All rights reserved.