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 ListHostedZonesByNameResponse$IsTruncated is
true, there are more hosted zones associated with the
current AWS account. |
String |
getNextHostedZoneId()
If ListHostedZonesByNameResponse$IsTruncated 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 ListHostedZonesByNameResponse$IsTruncated is
true, there are more hosted zones associated with the
current AWS account. |
void |
setNextHostedZoneId(String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated 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 ListHostedZonesByNameResponse$IsTruncated is
true, there are more hosted zones associated with the
current AWS account. |
ListHostedZonesByNameResult |
withNextHostedZoneId(String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated is
true, there are more hosted zones associated with the
current AWS account. |
public List<HostedZone> getHostedZones()
public void setHostedZones(Collection<HostedZone> hostedZones)
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public ListHostedZonesByNameResult withHostedZones(HostedZone... hostedZones)
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.
Returns a reference to this object so that method calls can be chained together.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public ListHostedZonesByNameResult withHostedZones(Collection<HostedZone> hostedZones)
Returns a reference to this object so that method calls can be chained together.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public String getDNSName()
DNSName value sent in the request.
Constraints:
Length: 0 - 1024
DNSName value sent in the request.public void setDNSName(String dNSName)
DNSName value sent in the request.
Constraints:
Length: 0 - 1024
dNSName - The DNSName value sent in the request.public ListHostedZonesByNameResult withDNSName(String dNSName)
DNSName value sent in the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
dNSName - The DNSName value sent in the request.public String getHostedZoneId()
HostedZoneId value sent in the request.
Constraints:
Length: 0 - 32
HostedZoneId value sent in the request.public void setHostedZoneId(String hostedZoneId)
HostedZoneId value sent in the request.
Constraints:
Length: 0 - 32
hostedZoneId - The HostedZoneId value sent in the request.public ListHostedZonesByNameResult withHostedZoneId(String hostedZoneId)
HostedZoneId value sent in the request.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
hostedZoneId - The HostedZoneId value sent in the request.public Boolean isTruncated()
NextDNSName and
NextHostedZoneId elements. Valid Values:
true | false
NextDNSName and
NextHostedZoneId elements. Valid Values:
true | false
public void setIsTruncated(Boolean isTruncated)
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 ListHostedZonesByNameResult withIsTruncated(Boolean isTruncated)
NextDNSName and
NextHostedZoneId elements. Valid Values:
true | false
Returns a reference to this object so that method calls can be chained together.
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()
NextDNSName and
NextHostedZoneId elements. Valid Values:
true | false
NextDNSName and
NextHostedZoneId elements. Valid Values:
true | false
public String getNextDNSName()
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.
Constraints:
Length: 0 - 1024
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.public void setNextDNSName(String nextDNSName)
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.
Constraints:
Length: 0 - 1024
nextDNSName - If ListHostedZonesByNameResponse$IsTruncated 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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.public ListHostedZonesByNameResult withNextDNSName(String nextDNSName)
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
nextDNSName - If ListHostedZonesByNameResponse$IsTruncated 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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.public String getNextHostedZoneId()
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.
Constraints:
Length: 0 - 32
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.public void setNextHostedZoneId(String nextHostedZoneId)
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.
Constraints:
Length: 0 - 32
nextHostedZoneId - If ListHostedZonesByNameResponse$IsTruncated 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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.public ListHostedZonesByNameResult withNextHostedZoneId(String nextHostedZoneId)
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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 32
nextHostedZoneId - If ListHostedZonesByNameResponse$IsTruncated 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
ListHostedZonesByNameResponse$NextDNSName in the
ListHostedZonesByNameRequest$DNSName element and
ListHostedZonesByNameResponse$NextHostedZoneId in the
ListHostedZonesByNameRequest$HostedZoneId element.public String getMaxItems()
MaxItems, the value of
ListHostedZonesByNameResponse$IsTruncated in the response is
true. Call ListHostedZonesByName again and
specify the value of ListHostedZonesByNameResponse$NextDNSName
and ListHostedZonesByNameResponse$NextHostedZoneId elements
respectively to get the next page of results.MaxItems, the value of
ListHostedZonesByNameResponse$IsTruncated in the response is
true. Call ListHostedZonesByName again and
specify the value of ListHostedZonesByNameResponse$NextDNSName
and ListHostedZonesByNameResponse$NextHostedZoneId elements
respectively to get the next page of results.public void setMaxItems(String maxItems)
MaxItems, the value of
ListHostedZonesByNameResponse$IsTruncated in the response is
true. Call ListHostedZonesByName again and
specify the value of ListHostedZonesByNameResponse$NextDNSName
and ListHostedZonesByNameResponse$NextHostedZoneId elements
respectively 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
ListHostedZonesByNameResponse$IsTruncated in the response is
true. Call ListHostedZonesByName again and
specify the value of ListHostedZonesByNameResponse$NextDNSName
and ListHostedZonesByNameResponse$NextHostedZoneId elements
respectively to get the next page of results.public ListHostedZonesByNameResult withMaxItems(String maxItems)
MaxItems, the value of
ListHostedZonesByNameResponse$IsTruncated in the response is
true. Call ListHostedZonesByName again and
specify the value of ListHostedZonesByNameResponse$NextDNSName
and ListHostedZonesByNameResponse$NextHostedZoneId elements
respectively to get the next page of results.
Returns a reference to this object so that method calls can be chained together.
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
ListHostedZonesByNameResponse$IsTruncated in the response is
true. Call ListHostedZonesByName again and
specify the value of ListHostedZonesByNameResponse$NextDNSName
and ListHostedZonesByNameResponse$NextHostedZoneId elements
respectively to get the next page of results.public String toString()
toString in class ObjectObject.toString()public ListHostedZonesByNameResult clone()
Copyright © 2015. All rights reserved.