@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReusableDelegationSetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to get a list of the reusable delegation sets that are associated with the current AWS account.
NOOP| Constructor and Description |
|---|
ListReusableDelegationSetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListReusableDelegationSetsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getMarker()
If the value of
IsTruncated in the previous response was true, you have more reusable
delegation sets. |
String |
getMaxItems()
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request.
|
int |
hashCode() |
void |
setMarker(String marker)
If the value of
IsTruncated in the previous response was true, you have more reusable
delegation sets. |
void |
setMaxItems(String maxItems)
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListReusableDelegationSetsRequest |
withMarker(String marker)
If the value of
IsTruncated in the previous response was true, you have more reusable
delegation sets. |
ListReusableDelegationSetsRequest |
withMaxItems(String maxItems)
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setMarker(String marker)
If the value of IsTruncated in the previous response was true, you have more reusable
delegation sets. To get another group, submit another ListReusableDelegationSets request.
For the value of marker, specify the value of NextMarker from the previous response,
which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated in the previous response was false, there are no more
reusable delegation sets to get.
marker - If the value of IsTruncated in the previous response was true, you have more
reusable delegation sets. To get another group, submit another ListReusableDelegationSets
request.
For the value of marker, specify the value of NextMarker from the previous
response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you
submit another request.
If the value of IsTruncated in the previous response was false, there are no
more reusable delegation sets to get.
public String getMarker()
If the value of IsTruncated in the previous response was true, you have more reusable
delegation sets. To get another group, submit another ListReusableDelegationSets request.
For the value of marker, specify the value of NextMarker from the previous response,
which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated in the previous response was false, there are no more
reusable delegation sets to get.
IsTruncated in the previous response was true, you have more
reusable delegation sets. To get another group, submit another ListReusableDelegationSets
request.
For the value of marker, specify the value of NextMarker from the previous
response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you
submit another request.
If the value of IsTruncated in the previous response was false, there are no
more reusable delegation sets to get.
public ListReusableDelegationSetsRequest withMarker(String marker)
If the value of IsTruncated in the previous response was true, you have more reusable
delegation sets. To get another group, submit another ListReusableDelegationSets request.
For the value of marker, specify the value of NextMarker from the previous response,
which is the ID of the first reusable delegation set that Amazon Route 53 will return if you submit another
request.
If the value of IsTruncated in the previous response was false, there are no more
reusable delegation sets to get.
marker - If the value of IsTruncated in the previous response was true, you have more
reusable delegation sets. To get another group, submit another ListReusableDelegationSets
request.
For the value of marker, specify the value of NextMarker from the previous
response, which is the ID of the first reusable delegation set that Amazon Route 53 will return if you
submit another request.
If the value of IsTruncated in the previous response was false, there are no
more reusable delegation sets to get.
public void setMaxItems(String maxItems)
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable delegation sets.
maxItems - The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this
request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable
delegation sets.public String getMaxItems()
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable delegation sets.
public ListReusableDelegationSetsRequest withMaxItems(String maxItems)
The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable delegation sets.
maxItems - The number of reusable delegation sets that you want Amazon Route 53 to return in the response to this
request. If you specify a value greater than 100, Amazon Route 53 returns only the first 100 reusable
delegation sets.public String toString()
toString in class ObjectObject.toString()public ListReusableDelegationSetsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.