@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DeleteTable
operation.
Constructor and Description |
---|
DeleteTableResult() |
Modifier and Type | Method and Description |
---|---|
DeleteTableResult |
clone() |
boolean |
equals(Object obj) |
TableDescription |
getTableDescription()
Represents the properties of a table.
|
int |
hashCode() |
void |
setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
String |
toString()
Returns a string representation of this object.
|
DeleteTableResult |
withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription
- Represents the properties of a table.public TableDescription getTableDescription()
Represents the properties of a table.
public DeleteTableResult withTableDescription(TableDescription tableDescription)
Represents the properties of a table.
tableDescription
- Represents the properties of a table.public String toString()
toString
in class Object
Object.toString()
public DeleteTableResult clone()
Copyright © 2024. All rights reserved.