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