Class UpdateTableResult
java.lang.Object
com.amazonaws.services.dynamodbv2.model.UpdateTableResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the output of an UpdateTable operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetTableDescription(TableDescription tableDescription) toString()Returns a string representation of this object; useful for testing and debugging.withTableDescription(TableDescription tableDescription)
-
Constructor Details
-
UpdateTableResult
public UpdateTableResult()
-
-
Method Details