@Deprecated public class ListTablesRequest extends AmazonWebServiceRequest implements java.io.Serializable
ListTables operation.
Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g. us-east-1 ).
| コンストラクタと説明 |
|---|
ListTablesRequest()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.String |
getExclusiveStartTableName()
非推奨です。
The name of the table that starts the list.
|
java.lang.Integer |
getLimit()
非推奨です。
A number of maximum table names to return.
|
int |
hashCode()
非推奨です。
|
void |
setExclusiveStartTableName(java.lang.String exclusiveStartTableName)
非推奨です。
The name of the table that starts the list.
|
void |
setLimit(java.lang.Integer limit)
非推奨です。
A number of maximum table names to return.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
ListTablesRequest |
withExclusiveStartTableName(java.lang.String exclusiveStartTableName)
非推奨です。
The name of the table that starts the list.
|
ListTablesRequest |
withLimit(java.lang.Integer limit)
非推奨です。
A number of maximum table names to return.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getExclusiveStartTableName()
ListTables operation and received a
LastEvaluatedTableName value in the response, use that
value here to continue the list.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
ListTables operation and received a
LastEvaluatedTableName value in the response, use that
value here to continue the list.public void setExclusiveStartTableName(java.lang.String exclusiveStartTableName)
ListTables operation and received a
LastEvaluatedTableName value in the response, use that
value here to continue the list.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartTableName - The name of the table that starts the list. If you already ran a
ListTables operation and received a
LastEvaluatedTableName value in the response, use that
value here to continue the list.public ListTablesRequest withExclusiveStartTableName(java.lang.String exclusiveStartTableName)
ListTables operation and received a
LastEvaluatedTableName value in the response, use that
value here to continue the list.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
exclusiveStartTableName - The name of the table that starts the list. If you already ran a
ListTables operation and received a
LastEvaluatedTableName value in the response, use that
value here to continue the list.public java.lang.Integer getLimit()
Constraints:
Range: 1 - 100
public void setLimit(java.lang.Integer limit)
Constraints:
Range: 1 - 100
limit - A number of maximum table names to return.public ListTablesRequest withLimit(java.lang.Integer limit)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 - 100
limit - A number of maximum table names to return.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object