Class ListHostedZonesByNameResult
- java.lang.Object
-
- com.amazonaws.services.route53.model.ListHostedZonesByNameResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class ListHostedZonesByNameResult extends Object implements Serializable, Cloneable
A complex type that contains the response for the request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ListHostedZonesByNameResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListHostedZonesByNameResult
clone()
boolean
equals(Object obj)
String
getDNSName()
TheDNSName
value sent in the request.String
getHostedZoneId()
TheHostedZoneId
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 istrue
, there are more hosted zones associated with the current AWS account.String
getNextHostedZoneId()
If ListHostedZonesByNameResponse$IsTruncated istrue
, 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)
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.String
toString()
Returns a string representation of this object; useful for testing and debugging.ListHostedZonesByNameResult
withDNSName(String dNSName)
TheDNSName
value sent in the request.ListHostedZonesByNameResult
withHostedZoneId(String hostedZoneId)
TheHostedZoneId
value sent in the request.ListHostedZonesByNameResult
withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResult
withHostedZones(Collection<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 istrue
, there are more hosted zones associated with the current AWS account.ListHostedZonesByNameResult
withNextHostedZoneId(String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.
-
-
-
Method Detail
-
getHostedZones
public List<HostedZone> 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
public void setHostedZones(Collection<HostedZone> hostedZones)
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
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)
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
public ListHostedZonesByNameResult withHostedZones(Collection<HostedZone> hostedZones)
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
public void setDNSName(String dNSName)
The
DNSName
value sent in the request.- Parameters:
dNSName
- TheDNSName
value sent in the request.
-
getDNSName
public String getDNSName()
The
DNSName
value sent in the request.- Returns:
- The
DNSName
value sent in the request.
-
withDNSName
public ListHostedZonesByNameResult withDNSName(String dNSName)
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
public void setHostedZoneId(String hostedZoneId)
The
HostedZoneId
value sent in the request.- Parameters:
hostedZoneId
- TheHostedZoneId
value sent in the request.
-
getHostedZoneId
public String getHostedZoneId()
The
HostedZoneId
value sent in the request.- Returns:
- The
HostedZoneId
value sent in the request.
-
withHostedZoneId
public ListHostedZonesByNameResult withHostedZoneId(String hostedZoneId)
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
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
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
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
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
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
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
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
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
public void setNextDNSName(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 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
public 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 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
public ListHostedZonesByNameResult withNextDNSName(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 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
public void setNextHostedZoneId(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 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
public 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 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
public ListHostedZonesByNameResult withNextHostedZoneId(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 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
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 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
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 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
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 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListHostedZonesByNameResult clone()
-
-