@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CalculationStatistics extends Object implements Serializable, Cloneable, StructuredPojo
Contains statistics for a notebook calculation.
Constructor and Description |
---|
CalculationStatistics() |
Modifier and Type | Method and Description |
---|---|
CalculationStatistics |
clone() |
boolean |
equals(Object obj) |
Long |
getDpuExecutionInMillis()
The data processing unit execution time in milliseconds for the calculation.
|
String |
getProgress()
The progress of the calculation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDpuExecutionInMillis(Long dpuExecutionInMillis)
The data processing unit execution time in milliseconds for the calculation.
|
void |
setProgress(String progress)
The progress of the calculation.
|
String |
toString()
Returns a string representation of this object.
|
CalculationStatistics |
withDpuExecutionInMillis(Long dpuExecutionInMillis)
The data processing unit execution time in milliseconds for the calculation.
|
CalculationStatistics |
withProgress(String progress)
The progress of the calculation.
|
public void setDpuExecutionInMillis(Long dpuExecutionInMillis)
The data processing unit execution time in milliseconds for the calculation.
dpuExecutionInMillis
- The data processing unit execution time in milliseconds for the calculation.public Long getDpuExecutionInMillis()
The data processing unit execution time in milliseconds for the calculation.
public CalculationStatistics withDpuExecutionInMillis(Long dpuExecutionInMillis)
The data processing unit execution time in milliseconds for the calculation.
dpuExecutionInMillis
- The data processing unit execution time in milliseconds for the calculation.public void setProgress(String progress)
The progress of the calculation.
progress
- The progress of the calculation.public String getProgress()
The progress of the calculation.
public CalculationStatistics withProgress(String progress)
The progress of the calculation.
progress
- The progress of the calculation.public String toString()
toString
in class Object
Object.toString()
public CalculationStatistics clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.