Class DescribeTableResult
java.lang.Object
com.amazonaws.services.dynamodbv2.model.DescribeTableResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of a DescribeTable operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetTable()inthashCode()voidsetTable(TableDescription table) toString()Returns a string representation of this object; useful for testing and debugging.withTable(TableDescription table)
-
Constructor Details
-
DescribeTableResult
public DescribeTableResult()
-
-
Method Details