CreateTableResult
instead.@Deprecated public class CreateTableResult extends Object implements Serializable
Constructor and Description |
---|
CreateTableResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
TableDescription |
getTableDescription()
Deprecated.
Returns the value of the TableDescription property for this object.
|
int |
hashCode()
Deprecated.
|
void |
setTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
CreateTableResult |
withTableDescription(TableDescription tableDescription)
Deprecated.
Sets the value of the TableDescription property for this object.
|
public TableDescription getTableDescription()
public void setTableDescription(TableDescription tableDescription)
tableDescription
- The new value for the TableDescription property for this object.public CreateTableResult withTableDescription(TableDescription tableDescription)
Returns a reference to this object so that method calls can be chained together.
tableDescription
- The new value for the TableDescription property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.