@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackupJobsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBackupJobsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBackupJobsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getByBackupVaultName()
Returns only backup jobs that will be stored in the specified backup vault.
|
Date |
getByCreatedAfter()
Returns only backup jobs that were created after the specified date.
|
Date |
getByCreatedBefore()
Returns only backup jobs that were created before the specified date.
|
String |
getByResourceArn()
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
|
String |
getByResourceType()
Returns only backup jobs for the specified resources:
|
String |
getByState()
Returns only backup jobs that are in the specified state.
|
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 |
setByBackupVaultName(String byBackupVaultName)
Returns only backup jobs that will be stored in the specified backup vault.
|
void |
setByCreatedAfter(Date byCreatedAfter)
Returns only backup jobs that were created after the specified date.
|
void |
setByCreatedBefore(Date byCreatedBefore)
Returns only backup jobs that were created before the specified date.
|
void |
setByResourceArn(String byResourceArn)
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
|
void |
setByResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
|
void |
setByState(String byState)
Returns only backup jobs that are in the specified state.
|
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.
|
ListBackupJobsRequest |
withByBackupVaultName(String byBackupVaultName)
Returns only backup jobs that will be stored in the specified backup vault.
|
ListBackupJobsRequest |
withByCreatedAfter(Date byCreatedAfter)
Returns only backup jobs that were created after the specified date.
|
ListBackupJobsRequest |
withByCreatedBefore(Date byCreatedBefore)
Returns only backup jobs that were created before the specified date.
|
ListBackupJobsRequest |
withByResourceArn(String byResourceArn)
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
|
ListBackupJobsRequest |
withByResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
|
ListBackupJobsRequest |
withByState(BackupJobState byState)
Returns only backup jobs that are in the specified state.
|
ListBackupJobsRequest |
withByState(String byState)
Returns only backup jobs that are in the specified state.
|
ListBackupJobsRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListBackupJobsRequest |
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 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 ListBackupJobsRequest 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 ListBackupJobsRequest withMaxResults(Integer maxResults)
The maximum number of items to be returned.
maxResults
- The maximum number of items to be returned.public void setByResourceArn(String byResourceArn)
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
byResourceArn
- Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).public String getByResourceArn()
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
public ListBackupJobsRequest withByResourceArn(String byResourceArn)
Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).
byResourceArn
- Returns only backup jobs that match the specified resource Amazon Resource Name (ARN).public void setByState(String byState)
Returns only backup jobs that are in the specified state.
byState
- Returns only backup jobs that are in the specified state.BackupJobState
public String getByState()
Returns only backup jobs that are in the specified state.
BackupJobState
public ListBackupJobsRequest withByState(String byState)
Returns only backup jobs that are in the specified state.
byState
- Returns only backup jobs that are in the specified state.BackupJobState
public ListBackupJobsRequest withByState(BackupJobState byState)
Returns only backup jobs that are in the specified state.
byState
- Returns only backup jobs that are in the specified state.BackupJobState
public void setByBackupVaultName(String byBackupVaultName)
Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
byBackupVaultName
- Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified
by names that are unique to the account used to create them and the AWS Region where they are created.
They consist of lowercase letters, numbers, and hyphens.public String getByBackupVaultName()
Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public ListBackupJobsRequest withByBackupVaultName(String byBackupVaultName)
Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
byBackupVaultName
- Returns only backup jobs that will be stored in the specified backup vault. Backup vaults are identified
by names that are unique to the account used to create them and the AWS Region where they are created.
They consist of lowercase letters, numbers, and hyphens.public void setByCreatedBefore(Date byCreatedBefore)
Returns only backup jobs that were created before the specified date.
byCreatedBefore
- Returns only backup jobs that were created before the specified date.public Date getByCreatedBefore()
Returns only backup jobs that were created before the specified date.
public ListBackupJobsRequest withByCreatedBefore(Date byCreatedBefore)
Returns only backup jobs that were created before the specified date.
byCreatedBefore
- Returns only backup jobs that were created before the specified date.public void setByCreatedAfter(Date byCreatedAfter)
Returns only backup jobs that were created after the specified date.
byCreatedAfter
- Returns only backup jobs that were created after the specified date.public Date getByCreatedAfter()
Returns only backup jobs that were created after the specified date.
public ListBackupJobsRequest withByCreatedAfter(Date byCreatedAfter)
Returns only backup jobs that were created after the specified date.
byCreatedAfter
- Returns only backup jobs that were created after the specified date.public void setByResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
EBS
for Amazon Elastic Block Store
SGW
for AWS Storage Gateway
RDS
for Amazon Relational Database Service
DDB
for Amazon DynamoDB
EFS
for Amazon Elastic File System
byResourceType
- Returns only backup jobs for the specified resources:
EBS
for Amazon Elastic Block Store
SGW
for AWS Storage Gateway
RDS
for Amazon Relational Database Service
DDB
for Amazon DynamoDB
EFS
for Amazon Elastic File System
public String getByResourceType()
Returns only backup jobs for the specified resources:
EBS
for Amazon Elastic Block Store
SGW
for AWS Storage Gateway
RDS
for Amazon Relational Database Service
DDB
for Amazon DynamoDB
EFS
for Amazon Elastic File System
EBS
for Amazon Elastic Block Store
SGW
for AWS Storage Gateway
RDS
for Amazon Relational Database Service
DDB
for Amazon DynamoDB
EFS
for Amazon Elastic File System
public ListBackupJobsRequest withByResourceType(String byResourceType)
Returns only backup jobs for the specified resources:
EBS
for Amazon Elastic Block Store
SGW
for AWS Storage Gateway
RDS
for Amazon Relational Database Service
DDB
for Amazon DynamoDB
EFS
for Amazon Elastic File System
byResourceType
- Returns only backup jobs for the specified resources:
EBS
for Amazon Elastic Block Store
SGW
for AWS Storage Gateway
RDS
for Amazon Relational Database Service
DDB
for Amazon DynamoDB
EFS
for Amazon Elastic File System
public String toString()
toString
in class Object
Object.toString()
public ListBackupJobsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.