com.amazonaws.services.dynamodb.model
Class DescribeTableRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.dynamodb.model.DescribeTableRequest

public class DescribeTableRequest
extends AmazonWebServiceRequest

Container for the parameters to the DescribeTable operation.

Returns 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, the server returns a ResourceNotFoundException.

See Also:
AmazonDynamoDB.describeTable(DescribeTableRequest)

Constructor Summary
DescribeTableRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getTableName()
          Returns the value of the TableName property for this object.
 int hashCode()
           
 void setTableName(String tableName)
          Sets the value of the TableName property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeTableRequest withTableName(String tableName)
          Sets the value of the TableName property for this object.
 
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

DescribeTableRequest

public DescribeTableRequest()
Method Detail

getTableName

public String getTableName()
Returns the value of the TableName property for this object.

Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+

Returns:
The value of the TableName property for this object.

setTableName

public void setTableName(String tableName)
Sets the value of the TableName property for this object.

Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+

Parameters:
tableName - The new value for the TableName property for this object.

withTableName

public DescribeTableRequest withTableName(String tableName)
Sets the value of the TableName property for this object.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 3 - 255
Pattern: [a-zA-Z0-9_.-]+

Parameters:
tableName - The new value for the TableName property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.