@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ExportStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Statistics about the execution of an export job.
Constructor and Description |
---|
ExportStatistics() |
Modifier and Type | Method and Description |
---|---|
ExportStatistics |
clone() |
boolean |
equals(Object obj) |
Integer |
getExportedRecordsCount()
The number of records that were exported to the final export file.
|
Integer |
getProcessedRecordsCount()
The number of records that were processed to generate the final export file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
|
void |
setProcessedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
|
String |
toString()
Returns a string representation of this object.
|
ExportStatistics |
withExportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
|
ExportStatistics |
withProcessedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
|
public void setProcessedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
processedRecordsCount
- The number of records that were processed to generate the final export file.public Integer getProcessedRecordsCount()
The number of records that were processed to generate the final export file.
public ExportStatistics withProcessedRecordsCount(Integer processedRecordsCount)
The number of records that were processed to generate the final export file.
processedRecordsCount
- The number of records that were processed to generate the final export file.public void setExportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
This value might not be available for all export source types
exportedRecordsCount
- The number of records that were exported to the final export file.
This value might not be available for all export source types
public Integer getExportedRecordsCount()
The number of records that were exported to the final export file.
This value might not be available for all export source types
This value might not be available for all export source types
public ExportStatistics withExportedRecordsCount(Integer exportedRecordsCount)
The number of records that were exported to the final export file.
This value might not be available for all export source types
exportedRecordsCount
- The number of records that were exported to the final export file.
This value might not be available for all export source types
public String toString()
toString
in class Object
Object.toString()
public ExportStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.