@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 |
getBackupType()
The backups from the table specified by
BackupType are listed. |
String |
getExclusiveStartBackupArn()
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. |
Integer |
getLimit()
Maximum number of backups to return at once.
|
String |
getTableName()
Lists the backups from the table specified in
TableName . |
Date |
getTimeRangeLowerBound()
Only backups created after this time are listed.
|
Date |
getTimeRangeUpperBound()
Only backups created before this time are listed.
|
int |
hashCode() |
void |
setBackupType(String backupType)
The backups from the table specified by
BackupType are listed. |
void |
setExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. |
void |
setLimit(Integer limit)
Maximum number of backups to return at once.
|
void |
setTableName(String tableName)
Lists the backups from the table specified in
TableName . |
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.
|
ListBackupsRequest |
withBackupType(BackupTypeFilter backupType)
The backups from the table specified by
BackupType are listed. |
ListBackupsRequest |
withBackupType(String backupType)
The backups from the table specified by
BackupType are listed. |
ListBackupsRequest |
withExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupArn is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. |
ListBackupsRequest |
withLimit(Integer limit)
Maximum number of backups to return at once.
|
ListBackupsRequest |
withTableName(String tableName)
Lists the backups from the table specified in
TableName . |
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)
Lists the backups from the table specified in TableName
. You can also provide the Amazon Resource
Name (ARN) of the table in this parameter.
tableName
- Lists the backups from the table specified in TableName
. You can also provide the Amazon
Resource Name (ARN) of the table in this parameter.public String getTableName()
Lists the backups from the table specified in TableName
. You can also provide the Amazon Resource
Name (ARN) of the table in this parameter.
TableName
. You can also provide the Amazon
Resource Name (ARN) of the table in this parameter.public ListBackupsRequest withTableName(String tableName)
Lists the backups from the table specified in TableName
. You can also provide the Amazon Resource
Name (ARN) of the table in this parameter.
tableName
- Lists the backups from the table specified in TableName
. You can also provide the Amazon
Resource Name (ARN) of the table in this parameter.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
is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. This value may be specified as
the ExclusiveStartBackupArn
of a new ListBackups
operation in order to fetch the next
page of results.
exclusiveStartBackupArn
- LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when
the current page of results was returned, inclusive of the current page of results. This value may be
specified as the ExclusiveStartBackupArn
of a new ListBackups
operation in order
to fetch the next page of results.public String getExclusiveStartBackupArn()
LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. This value may be specified as
the ExclusiveStartBackupArn
of a new ListBackups
operation in order to fetch the next
page of results.
LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when
the current page of results was returned, inclusive of the current page of results. This value may be
specified as the ExclusiveStartBackupArn
of a new ListBackups
operation in
order to fetch the next page of results.public ListBackupsRequest withExclusiveStartBackupArn(String exclusiveStartBackupArn)
LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when the
current page of results was returned, inclusive of the current page of results. This value may be specified as
the ExclusiveStartBackupArn
of a new ListBackups
operation in order to fetch the next
page of results.
exclusiveStartBackupArn
- LastEvaluatedBackupArn
is the Amazon Resource Name (ARN) of the backup last evaluated when
the current page of results was returned, inclusive of the current page of results. This value may be
specified as the ExclusiveStartBackupArn
of a new ListBackups
operation in order
to fetch the next page of results.public void setBackupType(String backupType)
The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
backupType
- The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
BackupTypeFilter
public String getBackupType()
The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
BackupTypeFilter
public ListBackupsRequest withBackupType(String backupType)
The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
backupType
- The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
BackupTypeFilter
public ListBackupsRequest withBackupType(BackupTypeFilter backupType)
The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
backupType
- The backups from the table specified by BackupType
are listed.
Where BackupType
can be:
USER
- On-demand backup created by you. (The default setting if no other backup types are
specified.)
SYSTEM
- On-demand backup automatically created by DynamoDB.
ALL
- All types of on-demand backups (USER and SYSTEM).
BackupTypeFilter
public String toString()
toString
in class Object
Object.toString()
public ListBackupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()