@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of an UpdateTable operation.
 
| Constructor and Description | 
|---|
| UpdateTableResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateTableResult | clone() | 
| boolean | equals(Object obj) | 
| TableDescription | getTableDescription()
 Represents the properties of the table. | 
| int | hashCode() | 
| void | setTableDescription(TableDescription tableDescription)
 Represents the properties of the table. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| UpdateTableResult | withTableDescription(TableDescription tableDescription)
 Represents the properties of the table. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setTableDescription(TableDescription tableDescription)
Represents the properties of the table.
tableDescription - Represents the properties of the table.public TableDescription getTableDescription()
Represents the properties of the table.
public UpdateTableResult withTableDescription(TableDescription tableDescription)
Represents the properties of the table.
tableDescription - Represents the properties of the table.public String toString()
toString in class ObjectObject.toString()public UpdateTableResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.