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