public class DeleteTableResult
extends java.lang.Object
implements java.io.Serializable
 Represents the output of a DeleteTable operation.
 
| Constructor and Description | 
|---|
| DeleteTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj) | 
| TableDescription | getTableDescription()
 Represents the properties of a table. | 
| int | hashCode() | 
| void | setTableDescription(TableDescription tableDescription)
 Represents the properties of a table. | 
| java.lang.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()
Represents the properties of a table.
Represents the properties of a table.
public void setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription - Represents the properties of a table.
public DeleteTableResult withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
Returns a reference to this object so that method calls can be chained together.
tableDescription - Represents the properties of a 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.