@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 |
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 |
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.
|
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 |
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 |
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.
|
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 |
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 |
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.
|
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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
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 AWS Region where they are created. They consist of
lowercase letters, numbers, and hyphens.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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
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 AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
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 AWS Region where they are created. They consist of
lowercase letters, numbers, and hyphens.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.
byResourceType
- Returns only recovery points that match the specified resource type.public String getByResourceType()
Returns only recovery points that match the specified resource type.
public ListRecoveryPointsByBackupVaultRequest withByResourceType(String byResourceType)
Returns only recovery points that match the specified resource type.
byResourceType
- Returns only recovery points that match the specified resource type.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 String toString()
toString
in class Object
Object.toString()
public ListRecoveryPointsByBackupVaultRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.