Class DeleteTableResult
java.lang.Object
com.amazonaws.services.dynamodbv2.model.DeleteTableResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the output of a DeleteTable operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
int
hashCode()
void
setTableDescription
(TableDescription tableDescription) toString()
Returns a string representation of this object; useful for testing and debugging.withTableDescription
(TableDescription tableDescription)
-
Constructor Details
-
DeleteTableResult
public DeleteTableResult()
-
-
Method Details
-
setTableDescription
- Parameters:
tableDescription
-
-
getTableDescription
- Returns:
-
withTableDescription
- Parameters:
tableDescription
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-