Class UpdateTableResult
- java.lang.Object
-
- com.amazonaws.services.dynamodbv2.model.UpdateTableResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class UpdateTableResult extends Object implements Serializable, Cloneable
Represents the output of an UpdateTable operation.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateTableResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTableResultclone()booleanequals(Object obj)TableDescriptiongetTableDescription()inthashCode()voidsetTableDescription(TableDescription tableDescription)StringtoString()Returns a string representation of this object; useful for testing and debugging.UpdateTableResultwithTableDescription(TableDescription tableDescription)
-
-
-
Method Detail
-
setTableDescription
public void setTableDescription(TableDescription tableDescription)
- Parameters:
tableDescription-
-
getTableDescription
public TableDescription getTableDescription()
- Returns:
-
withTableDescription
public UpdateTableResult 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 UpdateTableResult clone()
-
-