|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.dynamodbv2.model.DescribeTableRequest
public class DescribeTableRequest
Container for the parameters to the 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.
AmazonDynamoDB.describeTable(DescribeTableRequest),
Serialized Form| Constructor Summary | |
|---|---|
DescribeTableRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getTableName()
The name of the table to describe. |
int |
hashCode()
|
void |
setTableName(String tableName)
The name of the table to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeTableRequest |
withTableName(String tableName)
The name of the table to describe. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeTableRequest()
| Method Detail |
|---|
public String getTableName()
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
public void setTableName(String tableName)
Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+
tableName - The name of the table to describe.public DescribeTableRequest withTableName(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 String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||