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