public class DescribeTableResult extends Object implements Serializable
Represents the output of a DescribeTable operation.
Constructor and Description |
---|
DescribeTableResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
TableDescription |
getTable()
Represents the properties of a table.
|
int |
hashCode() |
void |
setTable(TableDescription table)
Represents the properties of a table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableResult |
withTable(TableDescription table)
Represents the properties of a table.
|
public TableDescription getTable()
public void setTable(TableDescription table)
table
- Represents the properties of a table.public DescribeTableResult withTable(TableDescription table)
Returns a reference to this object so that method calls can be chained together.
table
- Represents the properties of a table.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.