public class ListReusableDelegationSetsRequest extends AmazonWebServiceRequest implements Serializable
ListReusableDelegationSets operation.
To retrieve a list of your reusable delegation sets, send a
GET request to the 2013-04-01/delegationset
resource. The response to this request includes a
DelegationSets element with zero, one, or multiple
DelegationSet child elements. By default, the list of
delegation sets is displayed on a single page. You can control the
length of the page that is displayed by using the
MaxItems parameter. You can use the Marker
parameter to control the delegation set that the list begins with.
NOTE: Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.
NOOP| Constructor and Description |
|---|
ListReusableDelegationSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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. |
String |
getMaxItems()
Specify the maximum number of reusable delegation sets to return per
page of results.
|
int |
hashCode() |
void |
setMarker(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(String maxItems)
Specify the maximum number of reusable delegation sets to return per
page of results.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListReusableDelegationSetsRequest |
withMarker(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. |
ListReusableDelegationSetsRequest |
withMaxItems(String maxItems)
Specify the maximum number of reusable delegation sets to return per
page of results.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic 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(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 ListReusableDelegationSetsRequest withMarker(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 String getMaxItems()
public void setMaxItems(String maxItems)
maxItems - Specify the maximum number of reusable delegation sets to return per
page of results.public ListReusableDelegationSetsRequest withMaxItems(String maxItems)
Returns a reference to this object so that method calls can be chained together.
maxItems - Specify the maximum number of reusable delegation sets to return per
page of results.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.