@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackupSelectionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBackupSelectionsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBackupSelectionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupPlanId()
Uniquely identifies a backup plan.
|
Integer |
getMaxResults()
The maximum number of items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
void |
setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
ListBackupSelectionsRequest |
withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
ListBackupSelectionsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupSelectionsRequest |
withNextToken(String nextToken)
The next item following a partial list of returned items.
|
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 setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public String getBackupPlanId()
Uniquely identifies a backup plan.
public ListBackupSelectionsRequest withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.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 next token.
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 next token.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 next token.
maxResults
number of items, NextToken
allows you to return more items in your
list starting at the location pointed to by the next token.public ListBackupSelectionsRequest 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 next token.
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 next token.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 ListBackupSelectionsRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public String toString()
toString
in class Object
Object.toString()
public ListBackupSelectionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.