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 ListHostedZonesByNameResultclone()booleanequals(Object obj)StringgetDNSName()TheDNSNamevalue sent in the request.StringgetHostedZoneId()TheHostedZoneIdvalue sent in the request.List<HostedZone>getHostedZones()A complex type that contains information about the hosted zones associated with the current AWS account.BooleangetIsTruncated()A flag indicating whether there are more hosted zones to be listed.StringgetMaxItems()The maximum number of hosted zones to be included in the response body.StringgetNextDNSName()If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.StringgetNextHostedZoneId()If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.inthashCode()BooleanisTruncated()A flag indicating whether there are more hosted zones to be listed.voidsetDNSName(String dNSName)TheDNSNamevalue sent in the request.voidsetHostedZoneId(String hostedZoneId)TheHostedZoneIdvalue sent in the request.voidsetHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.voidsetIsTruncated(Boolean isTruncated)A flag indicating whether there are more hosted zones to be listed.voidsetMaxItems(String maxItems)The maximum number of hosted zones to be included in the response body.voidsetNextDNSName(String nextDNSName)If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.voidsetNextHostedZoneId(String nextHostedZoneId)If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.StringtoString()Returns a string representation of this object; useful for testing and debugging.ListHostedZonesByNameResultwithDNSName(String dNSName)TheDNSNamevalue sent in the request.ListHostedZonesByNameResultwithHostedZoneId(String hostedZoneId)TheHostedZoneIdvalue sent in the request.ListHostedZonesByNameResultwithHostedZones(HostedZone... hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResultwithHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResultwithIsTruncated(Boolean isTruncated)A flag indicating whether there are more hosted zones to be listed.ListHostedZonesByNameResultwithMaxItems(String maxItems)The maximum number of hosted zones to be included in the response body.ListHostedZonesByNameResultwithNextDNSName(String nextDNSName)If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.ListHostedZonesByNameResultwithNextHostedZoneId(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
DNSNamevalue sent in the request.- Parameters:
dNSName- TheDNSNamevalue sent in the request.
-
getDNSName
public String getDNSName()
The
DNSNamevalue sent in the request.- Returns:
- The
DNSNamevalue sent in the request.
-
withDNSName
public ListHostedZonesByNameResult withDNSName(String dNSName)
The
DNSNamevalue sent in the request.- Parameters:
dNSName- TheDNSNamevalue 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
HostedZoneIdvalue sent in the request.- Parameters:
hostedZoneId- TheHostedZoneIdvalue sent in the request.
-
getHostedZoneId
public String getHostedZoneId()
The
HostedZoneIdvalue sent in the request.- Returns:
- The
HostedZoneIdvalue sent in the request.
-
withHostedZoneId
public ListHostedZonesByNameResult withHostedZoneId(String hostedZoneId)
The
HostedZoneIdvalue sent in the request.- Parameters:
hostedZoneId- TheHostedZoneIdvalue 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
NextDNSNameandNextHostedZoneIdelements.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 theNextDNSNameandNextHostedZoneIdelements.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
NextDNSNameandNextHostedZoneIdelements.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
NextDNSNameandNextHostedZoneIdelements.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
NextDNSNameandNextHostedZoneIdelements.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 theNextDNSNameandNextHostedZoneIdelements.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
NextDNSNameandNextHostedZoneIdelements.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
NextDNSNameandNextHostedZoneIdelements.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. CallListHostedZonesByNameagain 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. CallListHostedZonesByNameagain 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. CallListHostedZonesByNameagain 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. CallListHostedZonesByNameagain 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. CallListHostedZonesByNameagain 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. CallListHostedZonesByNameagain 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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ListHostedZonesByNameResult clone()
-
-