@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TotalResourceUtilization extends Object implements Serializable, Cloneable, StructuredPojo
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.
Constructor and Description |
---|
TotalResourceUtilization() |
Modifier and Type | Method and Description |
---|---|
TotalResourceUtilization |
clone() |
boolean |
equals(Object obj) |
Double |
getMemoryGBHour()
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
Double |
getStorageGBHour()
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
Double |
getVCPUHour()
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMemoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
void |
setStorageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
void |
setVCPUHour(Double vCPUHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
String |
toString()
Returns a string representation of this object.
|
TotalResourceUtilization |
withMemoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization |
withStorageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
|
TotalResourceUtilization |
withVCPUHour(Double vCPUHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
|
public void setVCPUHour(Double vCPUHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
vCPUHour
- The aggregated vCPU used per hour from the time job start executing till the time job is terminated.public Double getVCPUHour()
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
public TotalResourceUtilization withVCPUHour(Double vCPUHour)
The aggregated vCPU used per hour from the time job start executing till the time job is terminated.
vCPUHour
- The aggregated vCPU used per hour from the time job start executing till the time job is terminated.public void setMemoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
memoryGBHour
- The aggregated memory used per hour from the time job start executing till the time job is terminated.public Double getMemoryGBHour()
The aggregated memory used per hour from the time job start executing till the time job is terminated.
public TotalResourceUtilization withMemoryGBHour(Double memoryGBHour)
The aggregated memory used per hour from the time job start executing till the time job is terminated.
memoryGBHour
- The aggregated memory used per hour from the time job start executing till the time job is terminated.public void setStorageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
storageGBHour
- The aggregated storage used per hour from the time job start executing till the time job is terminated.public Double getStorageGBHour()
The aggregated storage used per hour from the time job start executing till the time job is terminated.
public TotalResourceUtilization withStorageGBHour(Double storageGBHour)
The aggregated storage used per hour from the time job start executing till the time job is terminated.
storageGBHour
- The aggregated storage used per hour from the time job start executing till the time job is terminated.public String toString()
toString
in class Object
Object.toString()
public TotalResourceUtilization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.