DescribeTableResult
instead.@Deprecated public class DescribeTableResult extends Object implements Serializable
Constructor and Description |
---|
DescribeTableResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
TableDescription |
getTable()
Deprecated.
Returns the value of the Table property for this object.
|
int |
hashCode()
Deprecated.
|
void |
setTable(TableDescription table)
Deprecated.
Sets the value of the Table property for this object.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeTableResult |
withTable(TableDescription table)
Deprecated.
Sets the value of the Table property for this object.
|
public TableDescription getTable()
public void setTable(TableDescription table)
table
- The new value for the Table property for this object.public DescribeTableResult withTable(TableDescription table)
Returns a reference to this object so that method calls can be chained together.
table
- The new value for the Table property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.