@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecoveryPointsByBackupVaultRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRecoveryPointsByBackupVaultRequest() |
Modifier and Type | Method and Description |
---|---|
ListRecoveryPointsByBackupVaultRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupVaultAccountId()
This parameter will sort the list of recovery points by account ID.
|
String |
getBackupVaultName()
The name of a logical container where backups are stored.
|
String |
getByBackupPlanId()
Returns only recovery points that match the specified backup plan ID.
|
Date |
getByCreatedAfter()
Returns only recovery points that were created after the specified timestamp.
|
Date |
getByCreatedBefore()
Returns only recovery points that were created before the specified timestamp.
|
String |
getByParentRecoveryPointArn()
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name
(ARN).
|
String |
getByResourceArn()
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
String |
getByResourceType()
Returns only recovery points that match the specified resource type(s):
|
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 |
setBackupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
|
void |
setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
void |
setByBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
|
void |
setByCreatedAfter(Date byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
|
void |
setByCreatedBefore(Date byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
|
void |
setByParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name
(ARN).
|
void |
setByResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
void |
setByResourceType(String byResourceType)
Returns only recovery points that match the specified resource type(s):
|
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.
|
ListRecoveryPointsByBackupVaultRequest |
withBackupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
|
ListRecoveryPointsByBackupVaultRequest |
withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
ListRecoveryPointsByBackupVaultRequest |
withByBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
|
ListRecoveryPointsByBackupVaultRequest |
withByCreatedAfter(Date byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest |
withByCreatedBefore(Date byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
|
ListRecoveryPointsByBackupVaultRequest |
withByParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name
(ARN).
|
ListRecoveryPointsByBackupVaultRequest |
withByResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
|
ListRecoveryPointsByBackupVaultRequest |
withByResourceType(String byResourceType)
Returns only recovery points that match the specified resource type(s):
|
ListRecoveryPointsByBackupVaultRequest |
withMaxResults(Integer maxResults)
The maximum number of items to be returned.
|
ListRecoveryPointsByBackupVaultRequest |
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 ListRecoveryPointsByBackupVaultRequest()
public void setBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Backup vault name might not be available when a supported service creates the backup.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the Amazon Web Services Region where they are created. They
consist of lowercase letters, numbers, and hyphens. Backup vault name might not be available when a supported service creates the backup.
public String getBackupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Backup vault name might not be available when a supported service creates the backup.
Backup vault name might not be available when a supported service creates the backup.
public ListRecoveryPointsByBackupVaultRequest withBackupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
Backup vault name might not be available when a supported service creates the backup.
backupVaultName
- The name of a logical container where backups are stored. Backup vaults are identified by names that are
unique to the account used to create them and the Amazon Web Services Region where they are created. They
consist of lowercase letters, numbers, and hyphens. Backup vault name might not be available when a supported service creates the backup.
public void setBackupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
backupVaultAccountId
- This parameter will sort the list of recovery points by account ID.public String getBackupVaultAccountId()
This parameter will sort the list of recovery points by account ID.
public ListRecoveryPointsByBackupVaultRequest withBackupVaultAccountId(String backupVaultAccountId)
This parameter will sort the list of recovery points by account ID.
backupVaultAccountId
- This parameter will sort the list of recovery points by account ID.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 ListRecoveryPointsByBackupVaultRequest 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 ListRecoveryPointsByBackupVaultRequest 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 recovery points that match the specified resource Amazon Resource Name (ARN).
byResourceArn
- Returns only recovery points that match the specified resource Amazon Resource Name (ARN).public String getByResourceArn()
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
public ListRecoveryPointsByBackupVaultRequest withByResourceArn(String byResourceArn)
Returns only recovery points that match the specified resource Amazon Resource Name (ARN).
byResourceArn
- Returns only recovery points that match the specified resource Amazon Resource Name (ARN).public void setByResourceType(String byResourceType)
Returns only recovery points that match the specified resource type(s):
Aurora
for Amazon Aurora
CloudFormation
for CloudFormation
DocumentDB
for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
FSx
for Amazon FSx
Neptune
for Amazon Neptune
Redshift
for Amazon Redshift
RDS
for Amazon Relational Database Service
SAP HANA on Amazon EC2
for SAP HANA databases
Storage Gateway
for Storage Gateway
S3
for Amazon S3
Timestream
for Amazon Timestream
VirtualMachine
for virtual machines
byResourceType
- Returns only recovery points that match the specified resource type(s):
Aurora
for Amazon Aurora
CloudFormation
for CloudFormation
DocumentDB
for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
FSx
for Amazon FSx
Neptune
for Amazon Neptune
Redshift
for Amazon Redshift
RDS
for Amazon Relational Database Service
SAP HANA on Amazon EC2
for SAP HANA databases
Storage Gateway
for Storage Gateway
S3
for Amazon S3
Timestream
for Amazon Timestream
VirtualMachine
for virtual machines
public String getByResourceType()
Returns only recovery points that match the specified resource type(s):
Aurora
for Amazon Aurora
CloudFormation
for CloudFormation
DocumentDB
for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
FSx
for Amazon FSx
Neptune
for Amazon Neptune
Redshift
for Amazon Redshift
RDS
for Amazon Relational Database Service
SAP HANA on Amazon EC2
for SAP HANA databases
Storage Gateway
for Storage Gateway
S3
for Amazon S3
Timestream
for Amazon Timestream
VirtualMachine
for virtual machines
Aurora
for Amazon Aurora
CloudFormation
for CloudFormation
DocumentDB
for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
FSx
for Amazon FSx
Neptune
for Amazon Neptune
Redshift
for Amazon Redshift
RDS
for Amazon Relational Database Service
SAP HANA on Amazon EC2
for SAP HANA databases
Storage Gateway
for Storage Gateway
S3
for Amazon S3
Timestream
for Amazon Timestream
VirtualMachine
for virtual machines
public ListRecoveryPointsByBackupVaultRequest withByResourceType(String byResourceType)
Returns only recovery points that match the specified resource type(s):
Aurora
for Amazon Aurora
CloudFormation
for CloudFormation
DocumentDB
for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
FSx
for Amazon FSx
Neptune
for Amazon Neptune
Redshift
for Amazon Redshift
RDS
for Amazon Relational Database Service
SAP HANA on Amazon EC2
for SAP HANA databases
Storage Gateway
for Storage Gateway
S3
for Amazon S3
Timestream
for Amazon Timestream
VirtualMachine
for virtual machines
byResourceType
- Returns only recovery points that match the specified resource type(s):
Aurora
for Amazon Aurora
CloudFormation
for CloudFormation
DocumentDB
for Amazon DocumentDB (with MongoDB compatibility)
DynamoDB
for Amazon DynamoDB
EBS
for Amazon Elastic Block Store
EC2
for Amazon Elastic Compute Cloud
EFS
for Amazon Elastic File System
FSx
for Amazon FSx
Neptune
for Amazon Neptune
Redshift
for Amazon Redshift
RDS
for Amazon Relational Database Service
SAP HANA on Amazon EC2
for SAP HANA databases
Storage Gateway
for Storage Gateway
S3
for Amazon S3
Timestream
for Amazon Timestream
VirtualMachine
for virtual machines
public void setByBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
byBackupPlanId
- Returns only recovery points that match the specified backup plan ID.public String getByBackupPlanId()
Returns only recovery points that match the specified backup plan ID.
public ListRecoveryPointsByBackupVaultRequest withByBackupPlanId(String byBackupPlanId)
Returns only recovery points that match the specified backup plan ID.
byBackupPlanId
- Returns only recovery points that match the specified backup plan ID.public void setByCreatedBefore(Date byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
byCreatedBefore
- Returns only recovery points that were created before the specified timestamp.public Date getByCreatedBefore()
Returns only recovery points that were created before the specified timestamp.
public ListRecoveryPointsByBackupVaultRequest withByCreatedBefore(Date byCreatedBefore)
Returns only recovery points that were created before the specified timestamp.
byCreatedBefore
- Returns only recovery points that were created before the specified timestamp.public void setByCreatedAfter(Date byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
byCreatedAfter
- Returns only recovery points that were created after the specified timestamp.public Date getByCreatedAfter()
Returns only recovery points that were created after the specified timestamp.
public ListRecoveryPointsByBackupVaultRequest withByCreatedAfter(Date byCreatedAfter)
Returns only recovery points that were created after the specified timestamp.
byCreatedAfter
- Returns only recovery points that were created after the specified timestamp.public void setByParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).
byParentRecoveryPointArn
- This returns only recovery points that match the specified parent (composite) recovery point Amazon
Resource Name (ARN).public String getByParentRecoveryPointArn()
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).
public ListRecoveryPointsByBackupVaultRequest withByParentRecoveryPointArn(String byParentRecoveryPointArn)
This returns only recovery points that match the specified parent (composite) recovery point Amazon Resource Name (ARN).
byParentRecoveryPointArn
- This returns only recovery points that match the specified parent (composite) recovery point Amazon
Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public ListRecoveryPointsByBackupVaultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()