public class DescribeTableRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeTable operation.
Returns information about the table, including the current status of the table, when it was created, the primary key schema, and any indexes on the table.
| コンストラクタと説明 |
|---|
DescribeTableRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getTableName()
The name of the table to describe.
|
int |
hashCode() |
void |
setTableName(java.lang.String tableName)
The name of the table 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 to describe.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getTableName()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setTableName(java.lang.String tableName)
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table to describe.public DescribeTableRequest withTableName(java.lang.String tableName)
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 to describe.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