@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a DeleteTable operation.
 
| Constructor and Description | 
|---|
| DeleteTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteTableResult | clone() | 
| 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. | 
| DeleteTableResult | withTableDescription(TableDescription tableDescription)
 Represents the properties of a table. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.public TableDescription getTableDescription()
Represents the properties of a table.
public DeleteTableResult withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.public String toString()
toString in class ObjectObject.toString()public DeleteTableResult clone()