@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableToReload extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TableToReload() |
Modifier and Type | Method and Description |
---|---|
TableToReload |
clone() |
boolean |
equals(Object obj) |
String |
getSchemaName()
The schema name of the table to be reloaded.
|
String |
getTableName()
The table name of the table to be reloaded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSchemaName(String schemaName)
The schema name of the table to be reloaded.
|
void |
setTableName(String tableName)
The table name of the table to be reloaded.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TableToReload |
withSchemaName(String schemaName)
The schema name of the table to be reloaded.
|
TableToReload |
withTableName(String tableName)
The table name of the table to be reloaded.
|
public void setSchemaName(String schemaName)
The schema name of the table to be reloaded.
schemaName
- The schema name of the table to be reloaded.public String getSchemaName()
The schema name of the table to be reloaded.
public TableToReload withSchemaName(String schemaName)
The schema name of the table to be reloaded.
schemaName
- The schema name of the table to be reloaded.public void setTableName(String tableName)
The table name of the table to be reloaded.
tableName
- The table name of the table to be reloaded.public String getTableName()
The table name of the table to be reloaded.
public TableToReload withTableName(String tableName)
The table name of the table to be reloaded.
tableName
- The table name of the table to be reloaded.public String toString()
toString
in class Object
Object.toString()
public TableToReload clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.