@Generated(value="software.amazon.awssdk:codegen") public final class TotalResourceUtilization extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>
The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is terminated, rounded up to the nearest second.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TotalResourceUtilization.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TotalResourceUtilization.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Double |
memoryGBHour()
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TotalResourceUtilization.Builder> |
serializableBuilderClass() |
Double |
storageGBHour()
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Double |
vcpuHour()
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Double vcpuHour()
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
public final Double memoryGBHour()
The aggregated memory used per hour from the time job start executing till the time job is terminated.
public final Double storageGBHour()
The aggregated storage used per hour from the time job start executing till the time job is terminated.
public TotalResourceUtilization.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TotalResourceUtilization.Builder,TotalResourceUtilization>public static TotalResourceUtilization.Builder builder()
public static Class<? extends TotalResourceUtilization.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.