public class CreateTableResult extends Object 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() |
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTableResult |
withTableDescription(TableDescription tableDescription) |
public void setTableDescription(TableDescription tableDescription)
tableDescription - public TableDescription getTableDescription()
public CreateTableResult withTableDescription(TableDescription tableDescription)
tableDescription - public String toString()
toString in class ObjectObject.toString()public CreateTableResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.