@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateConfiguredTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateConfiguredTableResult () |
| Modifier and Type | Method and Description |
|---|---|
CreateConfiguredTableResult |
clone () |
boolean |
equals (Object obj) |
ConfiguredTable |
getConfiguredTable ()
The created configured table.
|
int |
hashCode () |
void |
setConfiguredTable (ConfiguredTable configuredTable)
The created configured table.
|
String |
toString ()
Returns a string representation of this object.
|
CreateConfiguredTableResult |
withConfiguredTable (ConfiguredTable configuredTable)
The created configured table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateConfiguredTableResult()
public void setConfiguredTable(ConfiguredTable configuredTable)
The created configured table.
configuredTable - The created configured table.public ConfiguredTable getConfiguredTable()
The created configured table.
public CreateConfiguredTableResult withConfiguredTable(ConfiguredTable configuredTable)
The created configured table.
configuredTable - The created configured table.public String toString()
toString in class Object Object.toString() public CreateConfiguredTableResult clone()