@Deprecated public class DescribeTableRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeTable operation.
Retrieves information about the table, including the current status of the table, the primary key schema and when the table was created.
If the table does not exist, Amazon DynamoDB returns a ResourceNotFoundException .
| コンストラクタと説明 |
|---|
DescribeTableRequest()
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.lang.String |
getTableName()
非推奨です。
The name of the table you want to describe.
|
int |
hashCode()
非推奨です。
|
void |
setTableName(java.lang.String tableName)
非推奨です。
The name of the table you want to describe.
|
java.lang.String |
toString()
非推奨です。
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableRequest |
withTableName(java.lang.String tableName)
非推奨です。
The name of the table you want to describe.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getTableName()
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).public void setTableName(java.lang.String tableName)
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table you want to describe. Allowed characters are
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).public DescribeTableRequest withTableName(java.lang.String tableName)
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table you want to describe. Allowed characters are
a-z, A-Z, 0-9, _
(underscore), - (hyphen) and . (period).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