public class ListReusableDelegationSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
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 or more DelegationSet child elements. By default, the list of reusable 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.
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 |
|---|---|
ListReusableDelegationSetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getMarker()
If you're making the second or subsequent call to
ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in the
previous request. |
String |
getMaxItems()
The value that you specified for the
maxitems parameter in the request that produced the current
response. |
int |
hashCode() |
void |
setMarker(String marker)
If you're making the second or subsequent call to
ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in the
previous request. |
void |
setMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the request that produced the current
response. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListReusableDelegationSetsRequest |
withMarker(String marker)
If you're making the second or subsequent call to
ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in the
previous request. |
ListReusableDelegationSetsRequest |
withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the request that produced the current
response. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMarker(String marker)
If you're making the second or subsequent call to ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in the
previous request.
marker - If you're making the second or subsequent call to ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in
the previous request.public String getMarker()
If you're making the second or subsequent call to ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in the
previous request.
ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in
the previous request.public ListReusableDelegationSetsRequest withMarker(String marker)
If you're making the second or subsequent call to ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in the
previous request.
marker - If you're making the second or subsequent call to ListReusableDelegationSets, the
Marker element matches the value that you specified in the marker parameter in
the previous request.public void setMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the request that produced the current
response.
maxItems - The value that you specified for the maxitems parameter in the request that produced the
current response.public String getMaxItems()
The value that you specified for the maxitems parameter in the request that produced the current
response.
maxitems parameter in the request that produced the
current response.public ListReusableDelegationSetsRequest withMaxItems(String maxItems)
The value that you specified for the maxitems parameter in the request that produced the current
response.
maxItems - The value that you specified for the maxitems parameter in the request that produced the
current response.public String toString()
toString in class ObjectObject.toString()public ListReusableDelegationSetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.