public class CreateTableResult
extends java.lang.Object
implements java.io.Serializable
Represents the output of a CreateTable operation.
| Constructor and Description |
|---|
CreateTableResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
TableDescription |
getTableDescription()
Represents the properties of the table.
|
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription)
Represents the properties of the table.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTableResult |
withTableDescription(TableDescription tableDescription)
Represents the properties of the table.
|
public TableDescription getTableDescription()
Represents the properties of the table.
Represents the properties of the table.
public void setTableDescription(TableDescription tableDescription)
Represents the properties of the table.
tableDescription - Represents the properties of the table.
public CreateTableResult withTableDescription(TableDescription tableDescription)
Represents the properties of the table.
Returns a reference to this object so that method calls can be chained together.
tableDescription - Represents the properties of the table.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.