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 UpdateTableResult
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.UpdateTableResult
withTableDescription(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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public UpdateTableResult clone()
-
-