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