@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
TableStatistics() |
Modifier and Type | Method and Description |
---|---|
TableStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
Long |
getDeletes()
The number of delete actions performed on a table.
|
Long |
getFullLoadRows()
The number of rows added during the Full Load operation.
|
Long |
getInserts()
The number of insert actions performed on a table.
|
Date |
getLastUpdateTime()
The last time the table was updated.
|
String |
getSchemaName()
The schema name.
|
String |
getTableName()
The name of the table.
|
String |
getTableState()
The state of the table.
|
Long |
getUpdates()
The number of update actions performed on a table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
void |
setDeletes(Long deletes)
The number of delete actions performed on a table.
|
void |
setFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
|
void |
setInserts(Long inserts)
The number of insert actions performed on a table.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
|
void |
setSchemaName(String schemaName)
The schema name.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setTableState(String tableState)
The state of the table.
|
void |
setUpdates(Long updates)
The number of update actions performed on a table.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
TableStatistics |
withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
|
TableStatistics |
withDeletes(Long deletes)
The number of delete actions performed on a table.
|
TableStatistics |
withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
|
TableStatistics |
withInserts(Long inserts)
The number of insert actions performed on a table.
|
TableStatistics |
withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
|
TableStatistics |
withSchemaName(String schemaName)
The schema name.
|
TableStatistics |
withTableName(String tableName)
The name of the table.
|
TableStatistics |
withTableState(String tableState)
The state of the table.
|
TableStatistics |
withUpdates(Long updates)
The number of update actions performed on a table.
|
public void setSchemaName(String schemaName)
The schema name.
schemaName
- The schema name.public String getSchemaName()
The schema name.
public TableStatistics withSchemaName(String schemaName)
The schema name.
schemaName
- The schema name.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 TableStatistics withTableName(String tableName)
The name of the table.
tableName
- The name of the table.public void setInserts(Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.public Long getInserts()
The number of insert actions performed on a table.
public TableStatistics withInserts(Long inserts)
The number of insert actions performed on a table.
inserts
- The number of insert actions performed on a table.public void setDeletes(Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.public Long getDeletes()
The number of delete actions performed on a table.
public TableStatistics withDeletes(Long deletes)
The number of delete actions performed on a table.
deletes
- The number of delete actions performed on a table.public void setUpdates(Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.public Long getUpdates()
The number of update actions performed on a table.
public TableStatistics withUpdates(Long updates)
The number of update actions performed on a table.
updates
- The number of update actions performed on a table.public void setDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.public Long getDdls()
The Data Definition Language (DDL) used to build and modify the structure of your tables.
public TableStatistics withDdls(Long ddls)
The Data Definition Language (DDL) used to build and modify the structure of your tables.
ddls
- The Data Definition Language (DDL) used to build and modify the structure of your tables.public void setFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
fullLoadRows
- The number of rows added during the Full Load operation.public Long getFullLoadRows()
The number of rows added during the Full Load operation.
public TableStatistics withFullLoadRows(Long fullLoadRows)
The number of rows added during the Full Load operation.
fullLoadRows
- The number of rows added during the Full Load operation.public void setLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.public Date getLastUpdateTime()
The last time the table was updated.
public TableStatistics withLastUpdateTime(Date lastUpdateTime)
The last time the table was updated.
lastUpdateTime
- The last time the table was updated.public void setTableState(String tableState)
The state of the table.
tableState
- The state of the table.public String getTableState()
The state of the table.
public TableStatistics withTableState(String tableState)
The state of the table.
tableState
- The state of the table.public String toString()
toString
in class Object
Object.toString()
public TableStatistics 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.