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