|
|||||||
| 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()
Default constructor for a new DescribeTableRequest object. |
|
DescribeTableRequest(java.lang.String tableName)
Constructs a new DescribeTableRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeTableRequest()
public DescribeTableRequest(java.lang.String tableName)
tableName - The name of the table to describe.| Method Detail |
|---|
public 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 in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||