public class ListHostedZonesByNameResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains the response for the request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
dNSName
The
DNSName value sent in the request. |
private java.lang.String |
hostedZoneId
The
HostedZoneId value sent in the request. |
private SdkInternalList<HostedZone> |
hostedZones
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
private java.lang.Boolean |
isTruncated
A flag indicating whether there are more hosted zones to be listed.
|
private java.lang.String |
maxItems
The maximum number of hosted zones to be included in the response body.
|
private java.lang.String |
nextDNSName
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
private java.lang.String |
nextHostedZoneId
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
Constructor and Description |
---|
ListHostedZonesByNameResult() |
Modifier and Type | Method and Description |
---|---|
ListHostedZonesByNameResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDNSName()
The
DNSName value sent in the request. |
java.lang.String |
getHostedZoneId()
The
HostedZoneId value sent in the request. |
java.util.List<HostedZone> |
getHostedZones()
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
java.lang.Boolean |
getIsTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
java.lang.String |
getMaxItems()
The maximum number of hosted zones to be included in the response body.
|
java.lang.String |
getNextDNSName()
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
java.lang.String |
getNextHostedZoneId()
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
int |
hashCode() |
java.lang.Boolean |
isTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
void |
setDNSName(java.lang.String dNSName)
The
DNSName value sent in the request. |
void |
setHostedZoneId(java.lang.String hostedZoneId)
The
HostedZoneId value sent in the request. |
void |
setHostedZones(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
void |
setMaxItems(java.lang.String maxItems)
The maximum number of hosted zones to be included in the response body.
|
void |
setNextDNSName(java.lang.String nextDNSName)
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
void |
setNextHostedZoneId(java.lang.String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHostedZonesByNameResult |
withDNSName(java.lang.String dNSName)
The
DNSName value sent in the request. |
ListHostedZonesByNameResult |
withHostedZoneId(java.lang.String hostedZoneId)
The
HostedZoneId value sent in the request. |
ListHostedZonesByNameResult |
withHostedZones(java.util.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(java.lang.Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesByNameResult |
withMaxItems(java.lang.String maxItems)
The maximum number of hosted zones to be included in the response body.
|
ListHostedZonesByNameResult |
withNextDNSName(java.lang.String nextDNSName)
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
ListHostedZonesByNameResult |
withNextHostedZoneId(java.lang.String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated is
true ,
there are more hosted zones associated with the current AWS account. |
private SdkInternalList<HostedZone> hostedZones
A complex type that contains information about the hosted zones associated with the current AWS account.
private java.lang.String dNSName
The DNSName
value sent in the request.
private java.lang.String hostedZoneId
The HostedZoneId
value sent in the request.
private java.lang.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
private java.lang.String 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.
private java.lang.String 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.
private java.lang.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
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 java.util.List<HostedZone> getHostedZones()
A complex type that contains information about the hosted zones associated with the current AWS account.
public void setHostedZones(java.util.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(java.util.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(java.lang.String dNSName)
The DNSName
value sent in the request.
dNSName
- The DNSName
value sent in the request.public java.lang.String getDNSName()
The DNSName
value sent in the request.
DNSName
value sent in the request.public ListHostedZonesByNameResult withDNSName(java.lang.String dNSName)
The DNSName
value sent in the request.
dNSName
- The DNSName
value sent in the request.public void setHostedZoneId(java.lang.String hostedZoneId)
The HostedZoneId
value sent in the request.
hostedZoneId
- The HostedZoneId
value sent in the request.public java.lang.String getHostedZoneId()
The HostedZoneId
value sent in the request.
HostedZoneId
value sent in the request.public ListHostedZonesByNameResult withHostedZoneId(java.lang.String hostedZoneId)
The HostedZoneId
value sent in the request.
hostedZoneId
- The HostedZoneId
value sent in the request.public void setIsTruncated(java.lang.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 java.lang.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(java.lang.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 java.lang.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(java.lang.String 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.
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 java.lang.String getNextDNSName()
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.
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(java.lang.String 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.
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 void setNextHostedZoneId(java.lang.String 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.
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 java.lang.String getNextHostedZoneId()
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.
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(java.lang.String 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.
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 void setMaxItems(java.lang.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
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 java.lang.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
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 ListHostedZonesByNameResult withMaxItems(java.lang.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
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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListHostedZonesByNameResult clone()
clone
in class java.lang.Object