@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRestoreTestingSelectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRestoreTestingSelectionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListRestoreTestingSelectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
String |
getRestoreTestingPlanName()
Returns restore testing selections by the specified restore testing plan name.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
void |
setNextToken(String nextToken)
The next item following a partial list of returned items.
|
void |
setRestoreTestingPlanName(String restoreTestingPlanName)
Returns restore testing selections by the specified restore testing plan name.
|
String |
toString()
Returns a string representation of this object.
|
ListRestoreTestingSelectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRestoreTestingSelectionsRequest |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
ListRestoreTestingSelectionsRequest |
withRestoreTestingPlanName(String restoreTestingPlanName)
Returns restore testing selections by the specified restore testing plan name.
|
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, withSdkRequestTimeout
public void setMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public Integer getMaxResults()
The maximum number of items to be returned.
public ListRestoreTestingSelectionsRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public void setNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the nexttoken.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the nexttoken.public String getNextToken()
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the nexttoken.
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the nexttoken.public ListRestoreTestingSelectionsRequest withNextToken(String nextToken)
The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your list
starting at the location pointed to by the nexttoken.
nextToken
- The next item following a partial list of returned items. For example, if a request is made to return
MaxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the nexttoken.public void setRestoreTestingPlanName(String restoreTestingPlanName)
Returns restore testing selections by the specified restore testing plan name.
restoreTestingPlanName
- Returns restore testing selections by the specified restore testing plan name.public String getRestoreTestingPlanName()
Returns restore testing selections by the specified restore testing plan name.
public ListRestoreTestingSelectionsRequest withRestoreTestingPlanName(String restoreTestingPlanName)
Returns restore testing selections by the specified restore testing plan name.
restoreTestingPlanName
- Returns restore testing selections by the specified restore testing plan name.public String toString()
toString
in class Object
Object.toString()
public ListRestoreTestingSelectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()