public class DescribeTableResult
extends java.lang.Object
implements java.io.Serializable
Represents the output of a DescribeTable operation.
| Constructor and Description |
|---|
DescribeTableResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTable()
The properties of the table.
|
int |
hashCode() |
void |
setTable(TableDescription table)
The properties of the table.
|
java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.