@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a CreateTable operation.
| Constructor and Description |
|---|
CreateTableResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateTableResult |
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.
|
CreateTableResult |
withTableDescription (TableDescription tableDescription)
Represents the properties of the table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateTableResult()
public 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 CreateTableResult withTableDescription(TableDescription tableDescription)
Represents the properties of the table.
tableDescription - Represents the properties of the table.public String toString()
toString in class Object Object.toString() public CreateTableResult clone()