@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IOUsage extends Object implements Serializable, Cloneable, StructuredPojo
Contains I/O usage metrics for a command that was invoked.
| Constructor and Description |
|---|
IOUsage() |
| Modifier and Type | Method and Description |
|---|---|
IOUsage |
clone() |
boolean |
equals(Object obj) |
Long |
getReadIOs()
The number of read I/O requests that the command made.
|
Long |
getWriteIOs()
The number of write I/O requests that the command made.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReadIOs(Long readIOs)
The number of read I/O requests that the command made.
|
void |
setWriteIOs(Long writeIOs)
The number of write I/O requests that the command made.
|
String |
toString()
Returns a string representation of this object.
|
IOUsage |
withReadIOs(Long readIOs)
The number of read I/O requests that the command made.
|
IOUsage |
withWriteIOs(Long writeIOs)
The number of write I/O requests that the command made.
|
public void setReadIOs(Long readIOs)
The number of read I/O requests that the command made.
readIOs - The number of read I/O requests that the command made.public Long getReadIOs()
The number of read I/O requests that the command made.
public IOUsage withReadIOs(Long readIOs)
The number of read I/O requests that the command made.
readIOs - The number of read I/O requests that the command made.public void setWriteIOs(Long writeIOs)
The number of write I/O requests that the command made.
writeIOs - The number of write I/O requests that the command made.public Long getWriteIOs()
The number of write I/O requests that the command made.
public IOUsage withWriteIOs(Long writeIOs)
The number of write I/O requests that the command made.
writeIOs - The number of write I/O requests that the command made.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.