@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHostedZonesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
ListHostedZonesResult() |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesResult |
clone() |
boolean |
equals(Object obj) |
List<HostedZone> |
getHostedZones()
A complex type that contains general information about the hosted zone.
|
Boolean |
getIsTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
String |
getMarker()
For the second and subsequent calls to
ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response. |
String |
getMaxItems()
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
String |
getNextMarker()
If
IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. |
int |
hashCode() |
Boolean |
isTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
void |
setHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
void |
setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
void |
setMarker(String marker)
For the second and subsequent calls to
ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response. |
void |
setMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
void |
setNextMarker(String nextMarker)
If
IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. |
String |
toString()
Returns a string representation of this object.
|
ListHostedZonesResult |
withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResult |
withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResult |
withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesResult |
withMarker(String marker)
For the second and subsequent calls to
ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response. |
ListHostedZonesResult |
withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to ListHostedZones
that produced the current response. |
ListHostedZonesResult |
withNextMarker(String nextMarker)
If
IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of 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 ListHostedZonesResult 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 ListHostedZonesResult 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 setMarker(String marker)
For the second and subsequent calls to ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response.
marker - For the second and subsequent calls to ListHostedZones, Marker is the value that
you specified for the marker parameter in the request that produced the current response.public String getMarker()
For the second and subsequent calls to ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response.
ListHostedZones, Marker is the value
that you specified for the marker parameter in the request that produced the current
response.public ListHostedZonesResult withMarker(String marker)
For the second and subsequent calls to ListHostedZones, Marker is the value that you
specified for the marker parameter in the request that produced the current response.
marker - For the second and subsequent calls to ListHostedZones, Marker is the value that
you specified for the marker parameter in the request that produced the current response.public void setIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get
more hosted zones by submitting another ListHostedZones request and specifying the value of
NextMarker in the marker parameter.
isTruncated - A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can
get more hosted zones by submitting another ListHostedZones request and specifying the value
of NextMarker in the marker parameter.public Boolean getIsTruncated()
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get
more hosted zones by submitting another ListHostedZones request and specifying the value of
NextMarker in the marker parameter.
ListHostedZones request and specifying the
value of NextMarker in the marker parameter.public ListHostedZonesResult withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get
more hosted zones by submitting another ListHostedZones request and specifying the value of
NextMarker in the marker parameter.
isTruncated - A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can
get more hosted zones by submitting another ListHostedZones request and specifying the value
of NextMarker in the marker parameter.public Boolean isTruncated()
A flag indicating whether there are more hosted zones to be listed. If the response was truncated, you can get
more hosted zones by submitting another ListHostedZones request and specifying the value of
NextMarker in the marker parameter.
ListHostedZones request and specifying the
value of NextMarker in the marker parameter.public void setNextMarker(String nextMarker)
If IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. Submit another ListHostedZones request, and specify
the value of NextMarker from the response in the marker parameter.
This element is present only if IsTruncated is true.
nextMarker - If IsTruncated is true, the value of NextMarker identifies the
first hosted zone in the next group of hosted zones. Submit another ListHostedZones request,
and specify the value of NextMarker from the response in the marker
parameter.
This element is present only if IsTruncated is true.
public String getNextMarker()
If IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. Submit another ListHostedZones request, and specify
the value of NextMarker from the response in the marker parameter.
This element is present only if IsTruncated is true.
IsTruncated is true, the value of NextMarker identifies the
first hosted zone in the next group of hosted zones. Submit another ListHostedZones request,
and specify the value of NextMarker from the response in the marker
parameter.
This element is present only if IsTruncated is true.
public ListHostedZonesResult withNextMarker(String nextMarker)
If IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. Submit another ListHostedZones request, and specify
the value of NextMarker from the response in the marker parameter.
This element is present only if IsTruncated is true.
nextMarker - If IsTruncated is true, the value of NextMarker identifies the
first hosted zone in the next group of hosted zones. Submit another ListHostedZones request,
and specify the value of NextMarker from the response in the marker
parameter.
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 ListHostedZones
that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZones that produced the current response.public String getMaxItems()
The value that you specified for the maxitems parameter in the call to ListHostedZones
that produced the current response.
maxitems parameter in the call to
ListHostedZones that produced the current response.public ListHostedZonesResult withMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the call to ListHostedZones
that produced the current response.
maxItems - The value that you specified for the maxitems parameter in the call to
ListHostedZones that produced the current response.public String toString()
toString in class ObjectObject.toString()public ListHostedZonesResult clone()