@Generated(value="software.amazon.awssdk:codegen") public final class IOUsage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IOUsage.Builder,IOUsage>
Contains I/O usage metrics for a command that was invoked.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IOUsage.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IOUsage.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
readIOs()
The number of read I/O requests that the command made.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IOUsage.Builder> |
serializableBuilderClass() |
IOUsage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Long |
writeIOs()
The number of write I/O requests that the command made.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long readIOs()
The number of read I/O requests that the command made.
public final Long writeIOs()
The number of write I/O requests that the command made.
public IOUsage.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IOUsage.Builder,IOUsage>public static IOUsage.Builder builder()
public static Class<? extends IOUsage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.