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()
boolean
getTable()
int
hashCode()
void
setTable
(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
-
setTable
- Parameters:
table
-
-
getTable
- Returns:
-
withTable
- Parameters:
table
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-