@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RecordsIngested extends Object implements Serializable, Cloneable, StructuredPojo
Information on the records ingested by this request.
| Constructor and Description |
|---|
RecordsIngested() |
| Modifier and Type | Method and Description |
|---|---|
RecordsIngested |
clone() |
boolean |
equals(Object obj) |
Integer |
getMagneticStore()
Count of records ingested into the magnetic store.
|
Integer |
getMemoryStore()
Count of records ingested into the memory store.
|
Integer |
getTotal()
Total count of successfully ingested records.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMagneticStore(Integer magneticStore)
Count of records ingested into the magnetic store.
|
void |
setMemoryStore(Integer memoryStore)
Count of records ingested into the memory store.
|
void |
setTotal(Integer total)
Total count of successfully ingested records.
|
String |
toString()
Returns a string representation of this object.
|
RecordsIngested |
withMagneticStore(Integer magneticStore)
Count of records ingested into the magnetic store.
|
RecordsIngested |
withMemoryStore(Integer memoryStore)
Count of records ingested into the memory store.
|
RecordsIngested |
withTotal(Integer total)
Total count of successfully ingested records.
|
public void setTotal(Integer total)
Total count of successfully ingested records.
total - Total count of successfully ingested records.public Integer getTotal()
Total count of successfully ingested records.
public RecordsIngested withTotal(Integer total)
Total count of successfully ingested records.
total - Total count of successfully ingested records.public void setMemoryStore(Integer memoryStore)
Count of records ingested into the memory store.
memoryStore - Count of records ingested into the memory store.public Integer getMemoryStore()
Count of records ingested into the memory store.
public RecordsIngested withMemoryStore(Integer memoryStore)
Count of records ingested into the memory store.
memoryStore - Count of records ingested into the memory store.public void setMagneticStore(Integer magneticStore)
Count of records ingested into the magnetic store.
magneticStore - Count of records ingested into the magnetic store.public Integer getMagneticStore()
Count of records ingested into the magnetic store.
public RecordsIngested withMagneticStore(Integer magneticStore)
Count of records ingested into the magnetic store.
magneticStore - Count of records ingested into the magnetic store.public String toString()
toString in class ObjectObject.toString()public RecordsIngested clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.