Class ListReusableDelegationSetsRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, 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.- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanIf the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.Specify the maximum number of reusable delegation sets to return per page of results.inthashCode()voidIf the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.voidsetMaxItems(String maxItems) Specify the maximum number of reusable delegation sets to return per page of results.toString()Returns a string representation of this object; useful for testing and debugging.withMarker(String marker) If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.withMaxItems(String maxItems) Specify the maximum number of reusable delegation sets to return per page of results.Methods inherited from class AmazonWebServiceRequest
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
-
Constructor Details
-
ListReusableDelegationSetsRequest
public ListReusableDelegationSetsRequest()
-
-
Method Details
-
setMarker
If the request returned more than one page of results, submit another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.- Parameters:
marker- If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.
-
getMarker
If the request returned more than one page of results, submit another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.- Returns:
- If the request returned more than one page of results, submit
another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.
-
withMarker
If the request returned more than one page of results, submit another request and specify the value of
NextMarkerfrom the last response in themarkerparameter to get the next page of results.- Parameters:
marker- If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMaxItems
Specify the maximum number of reusable delegation sets to return per page of results.
- Parameters:
maxItems- Specify the maximum number of reusable delegation sets to return per page of results.
-
getMaxItems
Specify the maximum number of reusable delegation sets to return per page of results.
- Returns:
- Specify the maximum number of reusable delegation sets to return per page of results.
-
withMaxItems
Specify the maximum number of reusable delegation sets to return per page of results.
- Parameters:
maxItems- Specify the maximum number of reusable delegation sets to return per page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-