@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecoveryGroupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListRecoveryGroupsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListRecoveryGroupsRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Upper bound on number of records to return.
|
String |
getNextToken()
A token used to resume pagination from the end of a previous request.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
void |
setNextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
String |
toString()
Returns a string representation of this object.
|
ListRecoveryGroupsRequest |
withMaxResults(Integer maxResults)
Upper bound on number of records to return.
|
ListRecoveryGroupsRequest |
withNextToken(String nextToken)
A token used to resume pagination from the end of a previous request.
|
addHandlerContext, copyBaseTo, 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 setMaxResults(Integer maxResults)
maxResults - Upper bound on number of records to return.public Integer getMaxResults()
public ListRecoveryGroupsRequest withMaxResults(Integer maxResults)
maxResults - Upper bound on number of records to return.public void setNextToken(String nextToken)
nextToken - A token used to resume pagination from the end of a previous request.public String getNextToken()
public ListRecoveryGroupsRequest withNextToken(String nextToken)
nextToken - A token used to resume pagination from the end of a previous request.public String toString()
toString in class ObjectObject.toString()public ListRecoveryGroupsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.