@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RowInfo extends Object implements Serializable, Cloneable, StructuredPojo
Information about rows for a data set SPICE ingestion.
Constructor and Description |
---|
RowInfo() |
Modifier and Type | Method and Description |
---|---|
RowInfo |
clone() |
boolean |
equals(Object obj) |
Long |
getRowsDropped()
The number of rows that were not ingested.
|
Long |
getRowsIngested()
The number of rows that were ingested.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRowsDropped(Long rowsDropped)
The number of rows that were not ingested.
|
void |
setRowsIngested(Long rowsIngested)
The number of rows that were ingested.
|
String |
toString()
Returns a string representation of this object.
|
RowInfo |
withRowsDropped(Long rowsDropped)
The number of rows that were not ingested.
|
RowInfo |
withRowsIngested(Long rowsIngested)
The number of rows that were ingested.
|
public void setRowsIngested(Long rowsIngested)
The number of rows that were ingested.
rowsIngested
- The number of rows that were ingested.public Long getRowsIngested()
The number of rows that were ingested.
public RowInfo withRowsIngested(Long rowsIngested)
The number of rows that were ingested.
rowsIngested
- The number of rows that were ingested.public void setRowsDropped(Long rowsDropped)
The number of rows that were not ingested.
rowsDropped
- The number of rows that were not ingested.public Long getRowsDropped()
The number of rows that were not ingested.
public RowInfo withRowsDropped(Long rowsDropped)
The number of rows that were not ingested.
rowsDropped
- The number of rows that were not ingested.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.