@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() |
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()
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 |
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)
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.
|
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)
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, copyBaseTo, 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.
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
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.
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.
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.
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.
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.
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.
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.
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.
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()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.