Class DeleteTableResult
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.model.DeleteTableResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DeleteTableResult extends Object implements Serializable, Cloneable
Represents the output of a DeleteTable operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteTableResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteTableResult
clone()
boolean
equals(Object obj)
TableDescription
getTableDescription()
int
hashCode()
void
setTableDescription(TableDescription tableDescription)
String
toString()
Returns a string representation of this object; useful for testing and debugging.DeleteTableResult
withTableDescription(TableDescription tableDescription)
-
-
-
Method Detail
-
setTableDescription
public void setTableDescription(TableDescription tableDescription)
- Parameters:
tableDescription
-
-
getTableDescription
public TableDescription getTableDescription()
- Returns:
-
withTableDescription
public DeleteTableResult withTableDescription(TableDescription tableDescription)
- Parameters:
tableDescription
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteTableResult clone()
-
-