@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class JobExecutionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The job execution summary.
Constructor and Description |
---|
JobExecutionSummary() |
Modifier and Type | Method and Description |
---|---|
JobExecutionSummary |
clone() |
boolean |
equals(Object obj) |
Long |
getExecutionNumber()
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
Date |
getLastUpdatedAt()
The time, in seconds since the epoch, when the job execution was last updated.
|
Date |
getQueuedAt()
The time, in seconds since the epoch, when the job execution was queued.
|
Integer |
getRetryAttempt()
The number that indicates how many retry attempts have been completed for this job on this device.
|
Date |
getStartedAt()
The time, in seconds since the epoch, when the job execution started.
|
String |
getStatus()
The status of the job execution.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job execution was last updated.
|
void |
setQueuedAt(Date queuedAt)
The time, in seconds since the epoch, when the job execution was queued.
|
void |
setRetryAttempt(Integer retryAttempt)
The number that indicates how many retry attempts have been completed for this job on this device.
|
void |
setStartedAt(Date startedAt)
The time, in seconds since the epoch, when the job execution started.
|
void |
setStatus(String status)
The status of the job execution.
|
String |
toString()
Returns a string representation of this object.
|
JobExecutionSummary |
withExecutionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device.
|
JobExecutionSummary |
withLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job execution was last updated.
|
JobExecutionSummary |
withQueuedAt(Date queuedAt)
The time, in seconds since the epoch, when the job execution was queued.
|
JobExecutionSummary |
withRetryAttempt(Integer retryAttempt)
The number that indicates how many retry attempts have been completed for this job on this device.
|
JobExecutionSummary |
withStartedAt(Date startedAt)
The time, in seconds since the epoch, when the job execution started.
|
JobExecutionSummary |
withStatus(JobExecutionStatus status)
The status of the job execution.
|
JobExecutionSummary |
withStatus(String status)
The status of the job execution.
|
public void setStatus(String status)
The status of the job execution.
status
- The status of the job execution.JobExecutionStatus
public String getStatus()
The status of the job execution.
JobExecutionStatus
public JobExecutionSummary withStatus(String status)
The status of the job execution.
status
- The status of the job execution.JobExecutionStatus
public JobExecutionSummary withStatus(JobExecutionStatus status)
The status of the job execution.
status
- The status of the job execution.JobExecutionStatus
public void setQueuedAt(Date queuedAt)
The time, in seconds since the epoch, when the job execution was queued.
queuedAt
- The time, in seconds since the epoch, when the job execution was queued.public Date getQueuedAt()
The time, in seconds since the epoch, when the job execution was queued.
public JobExecutionSummary withQueuedAt(Date queuedAt)
The time, in seconds since the epoch, when the job execution was queued.
queuedAt
- The time, in seconds since the epoch, when the job execution was queued.public void setStartedAt(Date startedAt)
The time, in seconds since the epoch, when the job execution started.
startedAt
- The time, in seconds since the epoch, when the job execution started.public Date getStartedAt()
The time, in seconds since the epoch, when the job execution started.
public JobExecutionSummary withStartedAt(Date startedAt)
The time, in seconds since the epoch, when the job execution started.
startedAt
- The time, in seconds since the epoch, when the job execution started.public void setLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job execution was last updated.
lastUpdatedAt
- The time, in seconds since the epoch, when the job execution was last updated.public Date getLastUpdatedAt()
The time, in seconds since the epoch, when the job execution was last updated.
public JobExecutionSummary withLastUpdatedAt(Date lastUpdatedAt)
The time, in seconds since the epoch, when the job execution was last updated.
lastUpdatedAt
- The time, in seconds since the epoch, when the job execution was last updated.public void setExecutionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
executionNumber
- A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device. It can be used later in commands which return or update job execution information.public Long getExecutionNumber()
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
public JobExecutionSummary withExecutionNumber(Long executionNumber)
A string (consisting of the digits "0" through "9") which identifies this particular job execution on this particular device. It can be used later in commands which return or update job execution information.
executionNumber
- A string (consisting of the digits "0" through "9") which identifies this particular job execution on this
particular device. It can be used later in commands which return or update job execution information.public void setRetryAttempt(Integer retryAttempt)
The number that indicates how many retry attempts have been completed for this job on this device.
retryAttempt
- The number that indicates how many retry attempts have been completed for this job on this device.public Integer getRetryAttempt()
The number that indicates how many retry attempts have been completed for this job on this device.
public JobExecutionSummary withRetryAttempt(Integer retryAttempt)
The number that indicates how many retry attempts have been completed for this job on this device.
retryAttempt
- The number that indicates how many retry attempts have been completed for this job on this device.public String toString()
toString
in class Object
Object.toString()
public JobExecutionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.