@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedZonesByNameResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response information for the request.
| Constructor and Description |
|---|
ListHostedZonesByNameResult() |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameResult |
clone() |
boolean |
equals(Object obj) |
String |
getDNSName()
For the second and subsequent calls to
ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response. |
String |
getHostedZoneId()
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
List<HostedZone> |
getHostedZones()
A complex type that contains general information about the hosted zone.
|
Boolean |
getIsTruncated()
A flag that indicates whether there are more hosted zones to be listed.
|
String |
getMaxItems()
The value that you specified for the
maxitems parameter in the call to
ListHostedZonesByName that produced the current response. |
String |
getNextDNSName()
If
IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. |
String |
getNextHostedZoneId()
If
IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. |
int |
hashCode() |
Boolean |
isTruncated()
A flag that indicates whether there are more hosted zones to be listed.
|
void |
setDNSName(String dNSName)
For the second and subsequent calls to
ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response. |
void |
setHostedZoneId(String hostedZoneId)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
void |
setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
void |
setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more hosted zones to be listed.
|
void |
setMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListHostedZonesByName that produced the current response. |
void |
setNextDNSName(String nextDNSName)
If
IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. |
void |
setNextHostedZoneId(String nextHostedZoneId)
If
IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListHostedZonesByNameResult |
withDNSName(String dNSName)
For the second and subsequent calls to
ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response. |
ListHostedZonesByNameResult |
withHostedZoneId(String hostedZoneId)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
ListHostedZonesByNameResult |
withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResult |
withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResult |
withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more hosted zones to be listed.
|
ListHostedZonesByNameResult |
withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListHostedZonesByName that produced the current response. |
ListHostedZonesByNameResult |
withNextDNSName(String nextDNSName)
If
IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. |
ListHostedZonesByNameResult |
withNextHostedZoneId(String nextHostedZoneId)
If
IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<HostedZone> getHostedZones()
A complex type that contains general information about the hosted zone.
public void setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
hostedZones - A complex type that contains general information about the hosted zone.public ListHostedZonesByNameResult withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
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 general information about the hosted zone.public ListHostedZonesByNameResult withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
hostedZones - A complex type that contains general information about the hosted zone.public void setDNSName(String dNSName)
For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response.
dNSName - For the second and subsequent calls to ListHostedZonesByName, DNSName is the
value that you specified for the dnsname parameter in the request that produced the current
response.public String getDNSName()
For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response.
ListHostedZonesByName, DNSName is the
value that you specified for the dnsname parameter in the request that produced the current
response.public ListHostedZonesByNameResult withDNSName(String dNSName)
For the second and subsequent calls to ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response.
dNSName - For the second and subsequent calls to ListHostedZonesByName, DNSName is the
value that you specified for the dnsname parameter in the request that produced the current
response.public void setHostedZoneId(String hostedZoneId)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
hostedZoneId - The ID that Amazon Route 53 assigned to the hosted zone when you created it.public String getHostedZoneId()
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
public ListHostedZonesByNameResult withHostedZoneId(String hostedZoneId)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
hostedZoneId - The ID that Amazon Route 53 assigned to the hosted zone when you created it.public void setIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can
get the next group of maxitems hosted zones by calling ListHostedZonesByName again and
specifying the values of NextDNSName and NextHostedZoneId elements in the
dnsname and hostedzoneid parameters.
isTruncated - A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you
can get the next group of maxitems hosted zones by calling ListHostedZonesByName
again and specifying the values of NextDNSName and NextHostedZoneId elements in
the dnsname and hostedzoneid parameters.public Boolean getIsTruncated()
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can
get the next group of maxitems hosted zones by calling ListHostedZonesByName again and
specifying the values of NextDNSName and NextHostedZoneId elements in the
dnsname and hostedzoneid parameters.
maxitems hosted zones by calling
ListHostedZonesByName again and specifying the values of NextDNSName and
NextHostedZoneId elements in the dnsname and hostedzoneid
parameters.public ListHostedZonesByNameResult withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can
get the next group of maxitems hosted zones by calling ListHostedZonesByName again and
specifying the values of NextDNSName and NextHostedZoneId elements in the
dnsname and hostedzoneid parameters.
isTruncated - A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you
can get the next group of maxitems hosted zones by calling ListHostedZonesByName
again and specifying the values of NextDNSName and NextHostedZoneId elements in
the dnsname and hostedzoneid parameters.public Boolean isTruncated()
A flag that indicates whether there are more hosted zones to be listed. If the response was truncated, you can
get the next group of maxitems hosted zones by calling ListHostedZonesByName again and
specifying the values of NextDNSName and NextHostedZoneId elements in the
dnsname and hostedzoneid parameters.
maxitems hosted zones by calling
ListHostedZonesByName again and specifying the values of NextDNSName and
NextHostedZoneId elements in the dnsname and hostedzoneid
parameters.public void setNextDNSName(String nextDNSName)
If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. Call ListHostedZonesByName again and
specify the value of NextDNSName and NextHostedZoneId in the dnsname and
hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
nextDNSName - If IsTruncated is true, the value of NextDNSName is the name of the first hosted
zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
again and specify the value of NextDNSName and NextHostedZoneId in the
dnsname and hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
public String getNextDNSName()
If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. Call ListHostedZonesByName again and
specify the value of NextDNSName and NextHostedZoneId in the dnsname and
hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
IsTruncated is true, the value of NextDNSName is the name of the first
hosted zone in the next group of maxitems hosted zones. Call
ListHostedZonesByName again and specify the value of NextDNSName and
NextHostedZoneId in the dnsname and hostedzoneid parameters,
respectively.
This element is present only if IsTruncated is true.
public ListHostedZonesByNameResult withNextDNSName(String nextDNSName)
If IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. Call ListHostedZonesByName again and
specify the value of NextDNSName and NextHostedZoneId in the dnsname and
hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
nextDNSName - If IsTruncated is true, the value of NextDNSName is the name of the first hosted
zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
again and specify the value of NextDNSName and NextHostedZoneId in the
dnsname and hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
public void setNextHostedZoneId(String nextHostedZoneId)
If IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
again and specify the value of NextDNSName and NextHostedZoneId in the
dnsname and hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
nextHostedZoneId - If IsTruncated is true, the value of NextHostedZoneId identifies
the first hosted zone in the next group of maxitems hosted zones. Call
ListHostedZonesByName again and specify the value of NextDNSName and
NextHostedZoneId in the dnsname and hostedzoneid parameters,
respectively.
This element is present only if IsTruncated is true.
public String getNextHostedZoneId()
If IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
again and specify the value of NextDNSName and NextHostedZoneId in the
dnsname and hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
IsTruncated is true, the value of NextHostedZoneId identifies
the first hosted zone in the next group of maxitems hosted zones. Call
ListHostedZonesByName again and specify the value of NextDNSName and
NextHostedZoneId in the dnsname and hostedzoneid parameters,
respectively.
This element is present only if IsTruncated is true.
public ListHostedZonesByNameResult withNextHostedZoneId(String nextHostedZoneId)
If IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
again and specify the value of NextDNSName and NextHostedZoneId in the
dnsname and hostedzoneid parameters, respectively.
This element is present only if IsTruncated is true.
nextHostedZoneId - If IsTruncated is true, the value of NextHostedZoneId identifies
the first hosted zone in the next group of maxitems hosted zones. Call
ListHostedZonesByName again and specify the value of NextDNSName and
NextHostedZoneId in the dnsname and hostedzoneid parameters,
respectively.
This element is present only if IsTruncated is true.
public void setMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the call to
ListHostedZonesByName that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZonesByName that produced the current response.public String getMaxItems()
The value that you specified for the maxitems parameter in the call to
ListHostedZonesByName that produced the current response.
maxitems parameter in the call to
ListHostedZonesByName that produced the current response.public ListHostedZonesByNameResult withMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the call to
ListHostedZonesByName that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZonesByName that produced the current response.public String toString()
toString in class ObjectObject.toString()public ListHostedZonesByNameResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.