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 DeleteTableResultclone()booleanequals(Object obj)TableDescriptiongetTableDescription()inthashCode()voidsetTableDescription(TableDescription tableDescription)StringtoString()Returns a string representation of this object; useful for testing and debugging.DeleteTableResultwithTableDescription(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DeleteTableResult clone()
-
-