public class ListReusableDelegationSetsRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
To retrieve a list of your reusable delegation sets, send a GET
request to the /Route 53 API version/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.
MaxItems
to a value greater than 100, Amazon Route 53 returns
only the first 100.Modifier and Type | Field and Description |
---|---|
private 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. |
private java.lang.String |
maxItems
Specify the maximum number of reusable delegation sets to return per page
of results.
|
NOOP
Constructor and Description |
---|
ListReusableDelegationSetsRequest() |
Modifier and Type | Method and Description |
---|---|
ListReusableDelegationSetsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
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()
Specify the maximum number of reusable delegation sets to return per page
of results.
|
int |
hashCode() |
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)
Specify the maximum number of reusable delegation sets to return per page
of results.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListReusableDelegationSetsRequest |
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. |
ListReusableDelegationSetsRequest |
withMaxItems(java.lang.String maxItems)
Specify the maximum number of reusable delegation sets to return per page
of results.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private 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.
private java.lang.String maxItems
Specify the maximum number of reusable delegation sets to return per page of results.
public 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.
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.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.
NextMarker
from the last response in the marker
parameter to
get the next page of results.public ListReusableDelegationSetsRequest 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.
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 void setMaxItems(java.lang.String maxItems)
Specify the maximum number of reusable delegation sets to return per page of results.
maxItems
- Specify the maximum number of reusable delegation sets to return
per page of results.public java.lang.String getMaxItems()
Specify the maximum number of reusable delegation sets to return per page of results.
public ListReusableDelegationSetsRequest withMaxItems(java.lang.String maxItems)
Specify the maximum number of reusable delegation sets to return per page of results.
maxItems
- Specify the maximum number of reusable delegation sets to return
per page of results.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListReusableDelegationSetsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()