Class ListHostedZonesByNameResult
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains the response for the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheDNSName
value sent in the request.TheHostedZoneId
value sent in the request.A complex type that contains information about the hosted zones associated with the current AWS account.A flag indicating whether there are more hosted zones to be listed.The maximum number of hosted zones to be included in the response body.If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.int
hashCode()
A flag indicating whether there are more hosted zones to be listed.void
setDNSName
(String dNSName) TheDNSName
value sent in the request.void
setHostedZoneId
(String hostedZoneId) TheHostedZoneId
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 istrue
, there are more hosted zones associated with the current AWS account.void
setNextHostedZoneId
(String nextHostedZoneId) If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.toString()
Returns a string representation of this object; useful for testing and debugging.withDNSName
(String dNSName) TheDNSName
value sent in the request.withHostedZoneId
(String hostedZoneId) TheHostedZoneId
value sent in the request.withHostedZones
(HostedZone... hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.withHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.withIsTruncated
(Boolean isTruncated) A flag indicating whether there are more hosted zones to be listed.withMaxItems
(String maxItems) The maximum number of hosted zones to be included in the response body.withNextDNSName
(String nextDNSName) If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.withNextHostedZoneId
(String nextHostedZoneId) If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.
-
Constructor Details
-
ListHostedZonesByNameResult
public ListHostedZonesByNameResult()
-
-
Method Details
-
getHostedZones
A complex type that contains information about the hosted zones associated with the current AWS account.
- Returns:
- A complex type that contains information about the hosted zones associated with the current AWS account.
-
setHostedZones
A complex type that contains information about the hosted zones associated with the current AWS account.
- Parameters:
hostedZones
- A complex type that contains information about the hosted zones associated with the current AWS account.
-
withHostedZones
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)
orwithHostedZones(java.util.Collection)
if you want to override the existing values.- Parameters:
hostedZones
- A complex type that contains information about the hosted zones associated with the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withHostedZones
A complex type that contains information about the hosted zones associated with the current AWS account.
- Parameters:
hostedZones
- A complex type that contains information about the hosted zones associated with the current AWS account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDNSName
The
DNSName
value sent in the request.- Parameters:
dNSName
- TheDNSName
value sent in the request.
-
getDNSName
The
DNSName
value sent in the request.- Returns:
- The
DNSName
value sent in the request.
-
withDNSName
The
DNSName
value sent in the request.- Parameters:
dNSName
- TheDNSName
value sent in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHostedZoneId
The
HostedZoneId
value sent in the request.- Parameters:
hostedZoneId
- TheHostedZoneId
value sent in the request.
-
getHostedZoneId
The
HostedZoneId
value sent in the request.- Returns:
- The
HostedZoneId
value sent in the request.
-
withHostedZoneId
The
HostedZoneId
value sent in the request.- Parameters:
hostedZoneId
- TheHostedZoneId
value sent in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setIsTruncated
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
andNextHostedZoneId
elements.Valid Values:
true
|false
- Parameters:
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 theNextDNSName
andNextHostedZoneId
elements.Valid Values:
true
|false
-
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
andNextHostedZoneId
elements.Valid Values:
true
|false
- Returns:
- 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
andNextHostedZoneId
elements.Valid Values:
true
|false
-
withIsTruncated
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
andNextHostedZoneId
elements.Valid Values:
true
|false
- Parameters:
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 theNextDNSName
andNextHostedZoneId
elements.Valid Values:
true
|false
- Returns:
- 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
andNextHostedZoneId
elements.Valid Values:
true
|false
- Returns:
- 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
andNextHostedZoneId
elements.Valid Values:
true
|false
-
setNextDNSName
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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Parameters:
nextDNSName
- If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.
-
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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Returns:
- 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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.
-
withNextDNSName
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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Parameters:
nextDNSName
- If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setNextHostedZoneId
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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Parameters:
nextHostedZoneId
- If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.
-
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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Returns:
- 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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.
-
withNextHostedZoneId
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 toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Parameters:
nextHostedZoneId
- If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account. To get the next page of results, make another request toListHostedZonesByName
. Specify the value of ListHostedZonesByNameResponse$NextDNSName in the ListHostedZonesByNameRequest$DNSName element and ListHostedZonesByNameResponse$NextHostedZoneId in the ListHostedZonesByNameRequest$HostedZoneId element.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
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 istrue
. CallListHostedZonesByName
again and specify the value of ListHostedZonesByNameResponse$NextDNSName and ListHostedZonesByNameResponse$NextHostedZoneId elements respectively to get the next page of results.- Parameters:
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 exceedsMaxItems
, the value of ListHostedZonesByNameResponse$IsTruncated in the response istrue
. CallListHostedZonesByName
again and specify the value of ListHostedZonesByNameResponse$NextDNSName and ListHostedZonesByNameResponse$NextHostedZoneId elements respectively to get the next page of results.
-
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 istrue
. CallListHostedZonesByName
again and specify the value of ListHostedZonesByNameResponse$NextDNSName and ListHostedZonesByNameResponse$NextHostedZoneId elements respectively to get the next page of results.- Returns:
- 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 istrue
. CallListHostedZonesByName
again and specify the value of ListHostedZonesByNameResponse$NextDNSName and ListHostedZonesByNameResponse$NextHostedZoneId elements respectively to get the next page of results.
-
withMaxItems
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 istrue
. CallListHostedZonesByName
again and specify the value of ListHostedZonesByNameResponse$NextDNSName and ListHostedZonesByNameResponse$NextHostedZoneId elements respectively to get the next page of results.- Parameters:
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 exceedsMaxItems
, the value of ListHostedZonesByNameResponse$IsTruncated in the response istrue
. CallListHostedZonesByName
again and specify the value of ListHostedZonesByNameResponse$NextDNSName and ListHostedZonesByNameResponse$NextHostedZoneId elements respectively to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-