@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobTimers extends Object implements Serializable, Cloneable
Provides timing details for the job.
Constructor and Description |
---|
JobTimers() |
Modifier and Type | Method and Description |
---|---|
JobTimers |
clone() |
boolean |
equals(Object obj) |
Long |
getElapsedTimeInActiveSeconds()
Indicates the elapsed time in seconds the job has been in the Active job state.
|
int |
hashCode() |
void |
setElapsedTimeInActiveSeconds(Long elapsedTimeInActiveSeconds)
Indicates the elapsed time in seconds the job has been in the Active job state.
|
String |
toString()
Returns a string representation of this object.
|
JobTimers |
withElapsedTimeInActiveSeconds(Long elapsedTimeInActiveSeconds)
Indicates the elapsed time in seconds the job has been in the Active job state.
|
public void setElapsedTimeInActiveSeconds(Long elapsedTimeInActiveSeconds)
Indicates the elapsed time in seconds the job has been in the Active job state.
elapsedTimeInActiveSeconds
- Indicates the elapsed time in seconds the job has been in the Active job state.public Long getElapsedTimeInActiveSeconds()
Indicates the elapsed time in seconds the job has been in the Active job state.
public JobTimers withElapsedTimeInActiveSeconds(Long elapsedTimeInActiveSeconds)
Indicates the elapsed time in seconds the job has been in the Active job state.
elapsedTimeInActiveSeconds
- Indicates the elapsed time in seconds the job has been in the Active job state.public String toString()
toString
in class Object
Object.toString()