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()
The properties of the table.
|
int |
hashCode() |
void |
setTable(TableDescription table)
The properties of the table.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableResult |
withTable(TableDescription table)
The properties of the table.
|
public TableDescription getTable()
The properties of the table.
The properties of the table.
public void setTable(TableDescription table)
The properties of the table.
table - The properties of the table.
public DescribeTableResult withTable(TableDescription table)
The properties of the table.
Returns a reference to this object so that method calls can be chained together.
table - The properties of the table.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.