@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackupPlansRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListBackupPlansRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListBackupPlansRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getIncludeDeleted()
A Boolean value with a default value of
FALSE that returns deleted backup plans when set to
TRUE. |
Integer |
getMaxResults()
The maximum number of items to be returned.
|
String |
getNextToken()
The next item following a partial list of returned items.
|
int |
hashCode() |
Boolean |
isIncludeDeleted()
A Boolean value with a default value of
FALSE that returns deleted backup plans when set to
TRUE. |
void |
setIncludeDeleted(Boolean includeDeleted)
A Boolean value with a default value of
FALSE that returns deleted backup plans when set to
TRUE. |
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.
|
ListBackupPlansRequest |
withIncludeDeleted(Boolean includeDeleted)
A Boolean value with a default value of
FALSE that returns deleted backup plans when set to
TRUE. |
ListBackupPlansRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupPlansRequest |
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, withSdkRequestTimeoutpublic 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 ListBackupPlansRequest 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 ListBackupPlansRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults - The maximum number of items to be returned.public void setIncludeDeleted(Boolean includeDeleted)
A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.
includeDeleted - A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.public Boolean getIncludeDeleted()
A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.
FALSE that returns deleted backup plans when set to
TRUE.public ListBackupPlansRequest withIncludeDeleted(Boolean includeDeleted)
A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.
includeDeleted - A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.public Boolean isIncludeDeleted()
A Boolean value with a default value of FALSE that returns deleted backup plans when set to
TRUE.
FALSE that returns deleted backup plans when set to
TRUE.public String toString()
toString in class ObjectObject.toString()public ListBackupPlansRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()