@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StepSummary extends Object implements Serializable, Cloneable, StructuredPojo
The details for a step.
Constructor and Description |
---|
StepSummary() |
Modifier and Type | Method and Description |
---|---|
StepSummary |
addTaskRunStatusCountsEntry(String key,
Integer value)
Add a single TaskRunStatusCounts entry
|
StepSummary |
clearTaskRunStatusCountsEntries()
Removes all the entries added into TaskRunStatusCounts.
|
StepSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The date and time the resource was created.
|
String |
getCreatedBy()
The user or system that created this resource.
|
DependencyCounts |
getDependencyCounts()
The number of dependencies for the step.
|
Date |
getEndedAt()
The date and time the resource ended running.
|
String |
getLifecycleStatus()
The life cycle status.
|
String |
getLifecycleStatusMessage()
A message that describes the lifecycle of the step.
|
String |
getName()
The name of the step.
|
Date |
getStartedAt()
The date and time the resource started running.
|
String |
getStepId()
The step ID.
|
String |
getTargetTaskRunStatus()
The task status to start with on the job.
|
String |
getTaskRunStatus()
The task run status for the job.
|
Map<String,Integer> |
getTaskRunStatusCounts()
The number of tasks running on the job.
|
Date |
getUpdatedAt()
The date and time the resource was updated.
|
String |
getUpdatedBy()
The user or system that updated this resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The date and time the resource was created.
|
void |
setCreatedBy(String createdBy)
The user or system that created this resource.
|
void |
setDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
|
void |
setEndedAt(Date endedAt)
The date and time the resource ended running.
|
void |
setLifecycleStatus(String lifecycleStatus)
The life cycle status.
|
void |
setLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle of the step.
|
void |
setName(String name)
The name of the step.
|
void |
setStartedAt(Date startedAt)
The date and time the resource started running.
|
void |
setStepId(String stepId)
The step ID.
|
void |
setTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
|
void |
setTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
void |
setTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
void |
setUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
void |
setUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
String |
toString()
Returns a string representation of this object.
|
StepSummary |
withCreatedAt(Date createdAt)
The date and time the resource was created.
|
StepSummary |
withCreatedBy(String createdBy)
The user or system that created this resource.
|
StepSummary |
withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
|
StepSummary |
withEndedAt(Date endedAt)
The date and time the resource ended running.
|
StepSummary |
withLifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status.
|
StepSummary |
withLifecycleStatus(String lifecycleStatus)
The life cycle status.
|
StepSummary |
withLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle of the step.
|
StepSummary |
withName(String name)
The name of the step.
|
StepSummary |
withStartedAt(Date startedAt)
The date and time the resource started running.
|
StepSummary |
withStepId(String stepId)
The step ID.
|
StepSummary |
withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status to start with on the job.
|
StepSummary |
withTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
|
StepSummary |
withTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
StepSummary |
withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
|
StepSummary |
withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
StepSummary |
withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
StepSummary |
withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
public void setCreatedAt(Date createdAt)
The date and time the resource was created.
createdAt
- The date and time the resource was created.public Date getCreatedAt()
The date and time the resource was created.
public StepSummary withCreatedAt(Date createdAt)
The date and time the resource was created.
createdAt
- The date and time the resource was created.public void setCreatedBy(String createdBy)
The user or system that created this resource.
createdBy
- The user or system that created this resource.public String getCreatedBy()
The user or system that created this resource.
public StepSummary withCreatedBy(String createdBy)
The user or system that created this resource.
createdBy
- The user or system that created this resource.public void setDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
dependencyCounts
- The number of dependencies for the step.public DependencyCounts getDependencyCounts()
The number of dependencies for the step.
public StepSummary withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies for the step.
dependencyCounts
- The number of dependencies for the step.public void setEndedAt(Date endedAt)
The date and time the resource ended running.
endedAt
- The date and time the resource ended running.public Date getEndedAt()
The date and time the resource ended running.
public StepSummary withEndedAt(Date endedAt)
The date and time the resource ended running.
endedAt
- The date and time the resource ended running.public void setLifecycleStatus(String lifecycleStatus)
The life cycle status.
lifecycleStatus
- The life cycle status.StepLifecycleStatus
public String getLifecycleStatus()
The life cycle status.
StepLifecycleStatus
public StepSummary withLifecycleStatus(String lifecycleStatus)
The life cycle status.
lifecycleStatus
- The life cycle status.StepLifecycleStatus
public StepSummary withLifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status.
lifecycleStatus
- The life cycle status.StepLifecycleStatus
public void setLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle of the step.
lifecycleStatusMessage
- A message that describes the lifecycle of the step.public String getLifecycleStatusMessage()
A message that describes the lifecycle of the step.
public StepSummary withLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle of the step.
lifecycleStatusMessage
- A message that describes the lifecycle of the step.public void setName(String name)
The name of the step.
name
- The name of the step.public String getName()
The name of the step.
public StepSummary withName(String name)
The name of the step.
name
- The name of the step.public void setStartedAt(Date startedAt)
The date and time the resource started running.
startedAt
- The date and time the resource started running.public Date getStartedAt()
The date and time the resource started running.
public StepSummary withStartedAt(Date startedAt)
The date and time the resource started running.
startedAt
- The date and time the resource started running.public void setStepId(String stepId)
The step ID.
stepId
- The step ID.public String getStepId()
The step ID.
public StepSummary withStepId(String stepId)
The step ID.
stepId
- The step ID.public void setTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
targetTaskRunStatus
- The task status to start with on the job.StepTargetTaskRunStatus
public String getTargetTaskRunStatus()
The task status to start with on the job.
StepTargetTaskRunStatus
public StepSummary withTargetTaskRunStatus(String targetTaskRunStatus)
The task status to start with on the job.
targetTaskRunStatus
- The task status to start with on the job.StepTargetTaskRunStatus
public StepSummary withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status to start with on the job.
targetTaskRunStatus
- The task status to start with on the job.StepTargetTaskRunStatus
public void setTaskRunStatus(String taskRunStatus)
The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
taskRunStatus
- The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
TaskRunStatus
public String getTaskRunStatus()
The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
TaskRunStatus
public StepSummary withTaskRunStatus(String taskRunStatus)
The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
taskRunStatus
- The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
TaskRunStatus
public StepSummary withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
taskRunStatus
- The task run status for the job.
PENDING
–pending and waiting for resources.
READY
–ready to process.
ASSIGNED
–assigned and will run next on a worker.
SCHEDULED
–scheduled to run on a worker.
INTERRUPTING
–being interrupted.
RUNNING
–running on a worker.
SUSPENDED
–the task is suspended.
CANCELED
–the task has been canceled.
FAILED
–the task has failed.
SUCCEEDED
–the task has succeeded.
TaskRunStatus
public Map<String,Integer> getTaskRunStatusCounts()
The number of tasks running on the job.
public void setTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
taskRunStatusCounts
- The number of tasks running on the job.public StepSummary withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
taskRunStatusCounts
- The number of tasks running on the job.public StepSummary addTaskRunStatusCountsEntry(String key, Integer value)
public StepSummary clearTaskRunStatusCountsEntries()
public void setUpdatedAt(Date updatedAt)
The date and time the resource was updated.
updatedAt
- The date and time the resource was updated.public Date getUpdatedAt()
The date and time the resource was updated.
public StepSummary withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
updatedAt
- The date and time the resource was updated.public void setUpdatedBy(String updatedBy)
The user or system that updated this resource.
updatedBy
- The user or system that updated this resource.public String getUpdatedBy()
The user or system that updated this resource.
public StepSummary withUpdatedBy(String updatedBy)
The user or system that updated this resource.
updatedBy
- The user or system that updated this resource.public String toString()
toString
in class Object
Object.toString()
public StepSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.