public class ListHostedZonesResult
extends java.lang.Object
implements java.io.Serializable
A complex type that contains the response for the request.
| コンストラクタと説明 |
|---|
ListHostedZonesResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<HostedZone> |
getHostedZones()
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
java.lang.Boolean |
getIsTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
java.lang.String |
getMarker()
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
java.lang.String |
getMaxItems()
The maximum number of hosted zones to be included in the response
body.
|
java.lang.String |
getNextMarker()
Indicates where to continue listing hosted zones.
|
int |
hashCode() |
java.lang.Boolean |
isTruncated()
A flag indicating whether there are more hosted zones to be listed.
|
void |
setHostedZones(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
void |
setIsTruncated(java.lang.Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
void |
setMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
void |
setMaxItems(java.lang.String maxItems)
The maximum number of hosted zones to be included in the response
body.
|
void |
setNextMarker(java.lang.String nextMarker)
Indicates where to continue listing hosted zones.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListHostedZonesResult |
withHostedZones(java.util.Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesResult |
withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones
associated with the current AWS account.
|
ListHostedZonesResult |
withIsTruncated(java.lang.Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesResult |
withMarker(java.lang.String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
ListHostedZonesResult |
withMaxItems(java.lang.String maxItems)
The maximum number of hosted zones to be included in the response
body.
|
ListHostedZonesResult |
withNextMarker(java.lang.String nextMarker)
Indicates where to continue listing hosted zones.
|
public java.util.List<HostedZone> getHostedZones()
public void setHostedZones(java.util.Collection<HostedZone> hostedZones)
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public ListHostedZonesResult withHostedZones(HostedZone... hostedZones)
Returns a reference to this object so that method calls can be chained together.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public ListHostedZonesResult withHostedZones(java.util.Collection<HostedZone> hostedZones)
Returns a reference to this object so that method calls can be chained together.
hostedZones - A complex type that contains information about the hosted zones
associated with the current AWS account.public java.lang.String getMarker()
NextMarker from the last
response in the marker parameter to get the next page of
results.
Constraints:
Length: 0 - 64
NextMarker from the last
response in the marker parameter to get the next page of
results.public void setMarker(java.lang.String marker)
NextMarker from the last
response in the marker parameter to get the next page of
results.
Constraints:
Length: 0 - 64
marker - If the request returned more than one page of results, submit another
request and specify the value of NextMarker from the last
response in the marker parameter to get the next page of
results.public ListHostedZonesResult withMarker(java.lang.String marker)
NextMarker from the last
response in the marker parameter to get the next page of
results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
marker - If the request returned more than one page of results, submit another
request and specify the value of NextMarker from the last
response in the marker parameter to get the next page of
results.public java.lang.Boolean isTruncated()
Marker element.
Valid Values: true | false
Marker element.
Valid Values: true | false
public void setIsTruncated(java.lang.Boolean isTruncated)
Marker element.
Valid Values: true | false
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 Marker element.
Valid Values: true | false
public ListHostedZonesResult withIsTruncated(java.lang.Boolean isTruncated)
Marker element.
Valid Values: true | false
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 Marker element.
Valid Values: true | false
public java.lang.Boolean getIsTruncated()
Marker element.
Valid Values: true | false
Marker element.
Valid Values: true | false
public java.lang.String getNextMarker()
true, make
another request to ListHostedZones and include the value
of the NextMarker element in the Marker
element to get the next page of results.
Constraints:
Length: 0 - 64
true, make
another request to ListHostedZones and include the value
of the NextMarker element in the Marker
element to get the next page of results.public void setNextMarker(java.lang.String nextMarker)
true, make
another request to ListHostedZones and include the value
of the NextMarker element in the Marker
element to get the next page of results.
Constraints:
Length: 0 - 64
nextMarker - Indicates where to continue listing hosted zones. If
ListHostedZonesResponse$IsTruncated is true, make
another request to ListHostedZones and include the value
of the NextMarker element in the Marker
element to get the next page of results.public ListHostedZonesResult withNextMarker(java.lang.String nextMarker)
true, make
another request to ListHostedZones and include the value
of the NextMarker element in the Marker
element to get the next page of results.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
nextMarker - Indicates where to continue listing hosted zones. If
ListHostedZonesResponse$IsTruncated is true, make
another request to ListHostedZones and include the value
of the NextMarker element in the Marker
element to get the next page of results.public java.lang.String getMaxItems()
MaxItems, the value of
ListHostedZonesResponse$IsTruncated in the response is
true. Call ListHostedZones again and specify
the value of ListHostedZonesResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.MaxItems, the value of
ListHostedZonesResponse$IsTruncated in the response is
true. Call ListHostedZones again and specify
the value of ListHostedZonesResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.public void setMaxItems(java.lang.String maxItems)
MaxItems, the value of
ListHostedZonesResponse$IsTruncated in the response is
true. Call ListHostedZones again and specify
the value of ListHostedZonesResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.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
ListHostedZonesResponse$IsTruncated in the response is
true. Call ListHostedZones again and specify
the value of ListHostedZonesResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.public ListHostedZonesResult withMaxItems(java.lang.String maxItems)
MaxItems, the value of
ListHostedZonesResponse$IsTruncated in the response is
true. Call ListHostedZones again and specify
the value of ListHostedZonesResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.
Returns a reference to this object so that method calls can be chained together.
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
ListHostedZonesResponse$IsTruncated in the response is
true. Call ListHostedZones again and specify
the value of ListHostedZonesResponse$NextMarker in the
ListHostedZonesRequest$Marker element to get the next page of
results.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object