@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 |
getFullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
Long |
getFullLoadErrorRows()
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
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 tables described.
|
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 |
setFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
void |
setFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
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 tables described.
|
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 |
withFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a
target migrations).
|
TableStatistics |
withFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).
|
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 tables described.
|
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 setFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadCondtnlChkFailedRows
- The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB
as a target migrations).public Long getFullLoadCondtnlChkFailedRows()
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
public TableStatistics withFullLoadCondtnlChkFailedRows(Long fullLoadCondtnlChkFailedRows)
The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadCondtnlChkFailedRows
- The number of rows that failed conditional checks during the Full Load operation (valid only for DynamoDB
as a target migrations).public void setFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadErrorRows
- The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).public Long getFullLoadErrorRows()
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
public TableStatistics withFullLoadErrorRows(Long fullLoadErrorRows)
The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target migrations).
fullLoadErrorRows
- The number of rows that failed to load during the Full Load operation (valid only for DynamoDB as a target
migrations).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 tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
tableState
- The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
public String getTableState()
The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
public TableStatistics withTableState(String tableState)
The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
tableState
- The state of the tables described.
Valid states: Table does not exist | Before load | Full load | Table completed | Table cancelled | Table error | Table all | Table updates | Table is being reloaded
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.