@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTableResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTableResult() |
Modifier and Type | Method and Description |
---|---|
GetTableResult |
addTablePropertiesEntry(String key,
String value)
Add a single TableProperties entry
|
GetTableResult |
clearTablePropertiesEntries()
Removes all the entries added into TableProperties.
|
GetTableResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The table description.
|
List<Column> |
getSchema()
The schema of the table.
|
String |
getTableName()
The name of the table.
|
Map<String,String> |
getTableProperties()
TableProperties are additional configurations you can provide to change the data and schema of a table.
|
int |
hashCode() |
void |
setDescription(String description)
The table description.
|
void |
setSchema(Collection<Column> schema)
The schema of the table.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setTableProperties(Map<String,String> tableProperties)
TableProperties are additional configurations you can provide to change the data and schema of a table.
|
String |
toString()
Returns a string representation of this object.
|
GetTableResult |
withDescription(String description)
The table description.
|
GetTableResult |
withSchema(Collection<Column> schema)
The schema of the table.
|
GetTableResult |
withSchema(Column... schema)
The schema of the table.
|
GetTableResult |
withTableName(String tableName)
The name of the table.
|
GetTableResult |
withTableProperties(Map<String,String> tableProperties)
TableProperties are additional configurations you can provide to change the data and schema of a table.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDescription(String description)
The table description.
description
- The table description.public String getDescription()
The table description.
public GetTableResult withDescription(String description)
The table description.
description
- The table description.public List<Column> getSchema()
The schema of the table.
public void setSchema(Collection<Column> schema)
The schema of the table.
schema
- The schema of the table.public GetTableResult withSchema(Column... schema)
The schema of the table.
NOTE: This method appends the values to the existing list (if any). Use
setSchema(java.util.Collection)
or withSchema(java.util.Collection)
if you want to override the
existing values.
schema
- The schema of the table.public GetTableResult withSchema(Collection<Column> schema)
The schema of the table.
schema
- The schema of the table.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 GetTableResult withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public Map<String,String> getTableProperties()
TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.
public void setTableProperties(Map<String,String> tableProperties)
TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.
tableProperties
- TableProperties are additional configurations you can provide to change the data and schema of a table.
Each table can have different TableProperties. Tables are not required to have any TableProperties. Each
table property has a default value that it assumes if not specified.public GetTableResult withTableProperties(Map<String,String> tableProperties)
TableProperties are additional configurations you can provide to change the data and schema of a table. Each table can have different TableProperties. Tables are not required to have any TableProperties. Each table property has a default value that it assumes if not specified.
tableProperties
- TableProperties are additional configurations you can provide to change the data and schema of a table.
Each table can have different TableProperties. Tables are not required to have any TableProperties. Each
table property has a default value that it assumes if not specified.public GetTableResult addTablePropertiesEntry(String key, String value)
public GetTableResult clearTablePropertiesEntries()
public String toString()
toString
in class Object
Object.toString()
public GetTableResult clone()