@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableSummary extends Object implements Serializable, Cloneable, StructuredPojo
Returns the name of the specified table, the keyspace it is stored in, and the unique identifier in the format of an Amazon Resource Name (ARN).
Constructor and Description |
---|
TableSummary() |
Modifier and Type | Method and Description |
---|---|
TableSummary |
clone() |
boolean |
equals(Object obj) |
String |
getKeyspaceName()
The name of the keyspace that the table is stored in.
|
String |
getResourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
String |
getTableName()
The name of the table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
void |
setResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
void |
setTableName(String tableName)
The name of the table.
|
String |
toString()
Returns a string representation of this object.
|
TableSummary |
withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
|
TableSummary |
withResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
|
TableSummary |
withTableName(String tableName)
The name of the table.
|
public void setKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
keyspaceName
- The name of the keyspace that the table is stored in.public String getKeyspaceName()
The name of the keyspace that the table is stored in.
public TableSummary withKeyspaceName(String keyspaceName)
The name of the keyspace that the table is stored in.
keyspaceName
- The name of the keyspace that the table is stored in.public void setTableName(String tableName)
The name of the table.
tableName
- The name of the table.public String getTableName()
The name of the table.
public TableSummary withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
resourceArn
- The unique identifier of the table in the format of an Amazon Resource Name (ARN).public String getResourceArn()
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
public TableSummary withResourceArn(String resourceArn)
The unique identifier of the table in the format of an Amazon Resource Name (ARN).
resourceArn
- The unique identifier of the table in the format of an Amazon Resource Name (ARN).public String toString()
toString
in class Object
Object.toString()
public TableSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.