@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBackupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBackupsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBackupsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getExclusiveStartBackupArn()
LastEvaluatedBackupARN returned by the previous ListBackups call. |
Integer |
getLimit()
Maximum number of backups to return at once.
|
String |
getTableName()
The backups from the table specified by TableName are listed.
|
Date |
getTimeRangeLowerBound()
Only backups created after this time are listed.
|
Date |
getTimeRangeUpperBound()
Only backups created before this time are listed.
|
int |
hashCode() |
void |
setExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupARN returned by the previous ListBackups call. |
void |
setLimit(Integer limit)
Maximum number of backups to return at once.
|
void |
setTableName(String tableName)
The backups from the table specified by TableName are listed.
|
void |
setTimeRangeLowerBound(Date timeRangeLowerBound)
Only backups created after this time are listed.
|
void |
setTimeRangeUpperBound(Date timeRangeUpperBound)
Only backups created before this time are listed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListBackupsRequest |
withExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupARN returned by the previous ListBackups call. |
ListBackupsRequest |
withLimit(Integer limit)
Maximum number of backups to return at once.
|
ListBackupsRequest |
withTableName(String tableName)
The backups from the table specified by TableName are listed.
|
ListBackupsRequest |
withTimeRangeLowerBound(Date timeRangeLowerBound)
Only backups created after this time are listed.
|
ListBackupsRequest |
withTimeRangeUpperBound(Date timeRangeUpperBound)
Only backups created before this time are listed.
|
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 setTableName(String tableName)
The backups from the table specified by TableName are listed.
tableName
- The backups from the table specified by TableName are listed.public String getTableName()
The backups from the table specified by TableName are listed.
public ListBackupsRequest withTableName(String tableName)
The backups from the table specified by TableName are listed.
tableName
- The backups from the table specified by TableName are listed.public void setLimit(Integer limit)
Maximum number of backups to return at once.
limit
- Maximum number of backups to return at once.public Integer getLimit()
Maximum number of backups to return at once.
public ListBackupsRequest withLimit(Integer limit)
Maximum number of backups to return at once.
limit
- Maximum number of backups to return at once.public void setTimeRangeLowerBound(Date timeRangeLowerBound)
Only backups created after this time are listed. TimeRangeLowerBound
is inclusive.
timeRangeLowerBound
- Only backups created after this time are listed. TimeRangeLowerBound
is inclusive.public Date getTimeRangeLowerBound()
Only backups created after this time are listed. TimeRangeLowerBound
is inclusive.
TimeRangeLowerBound
is inclusive.public ListBackupsRequest withTimeRangeLowerBound(Date timeRangeLowerBound)
Only backups created after this time are listed. TimeRangeLowerBound
is inclusive.
timeRangeLowerBound
- Only backups created after this time are listed. TimeRangeLowerBound
is inclusive.public void setTimeRangeUpperBound(Date timeRangeUpperBound)
Only backups created before this time are listed. TimeRangeUpperBound
is exclusive.
timeRangeUpperBound
- Only backups created before this time are listed. TimeRangeUpperBound
is exclusive.public Date getTimeRangeUpperBound()
Only backups created before this time are listed. TimeRangeUpperBound
is exclusive.
TimeRangeUpperBound
is exclusive.public ListBackupsRequest withTimeRangeUpperBound(Date timeRangeUpperBound)
Only backups created before this time are listed. TimeRangeUpperBound
is exclusive.
timeRangeUpperBound
- Only backups created before this time are listed. TimeRangeUpperBound
is exclusive.public void setExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupARN
returned by the previous ListBackups call.
exclusiveStartBackupArn
- LastEvaluatedBackupARN
returned by the previous ListBackups call.public String getExclusiveStartBackupArn()
LastEvaluatedBackupARN
returned by the previous ListBackups call.
LastEvaluatedBackupARN
returned by the previous ListBackups call.public ListBackupsRequest withExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupARN
returned by the previous ListBackups call.
exclusiveStartBackupArn
- LastEvaluatedBackupARN
returned by the previous ListBackups call.public String toString()
toString
in class Object
Object.toString()
public ListBackupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.