@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() |
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateTableResult |
withTableDescription(TableDescription tableDescription) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTableDescription(TableDescription tableDescription)
tableDescription
- public TableDescription getTableDescription()
public CreateTableResult withTableDescription(TableDescription tableDescription)
tableDescription
- public String toString()
toString
in class Object
Object.toString()
public CreateTableResult clone()
Copyright © 2017. All rights reserved.