@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetStepResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetStepResult() |
Modifier and Type | Method and Description |
---|---|
GetStepResult |
addTaskRunStatusCountsEntry(String key,
Integer value)
Add a single TaskRunStatusCounts entry
|
GetStepResult |
clearTaskRunStatusCountsEntries()
Removes all the entries added into TaskRunStatusCounts.
|
GetStepResult |
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 in the step.
|
String |
getDescription()
The description of the step.
|
Date |
getEndedAt()
The date and time the resource ended running.
|
String |
getLifecycleStatus()
The life cycle status of the step.
|
String |
getLifecycleStatusMessage()
A message that describes the lifecycle status of the step.
|
String |
getName()
The name of the step.
|
ParameterSpace |
getParameterSpace()
A list of step parameters and the combination expression for the step.
|
StepRequiredCapabilities |
getRequiredCapabilities()
The required capabilities of the step.
|
Date |
getStartedAt()
The date and time the resource started running.
|
String |
getStepId()
The step ID.
|
String |
getTargetTaskRunStatus()
The task status with which the job started.
|
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 |
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 in the step.
|
void |
setDescription(String description)
The description of the step.
|
void |
setEndedAt(Date endedAt)
The date and time the resource ended running.
|
void |
setLifecycleStatus(String lifecycleStatus)
The life cycle status of the step.
|
void |
setLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle status of the step.
|
void |
setName(String name)
The name of the step.
|
void |
setParameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
|
void |
setRequiredCapabilities(StepRequiredCapabilities requiredCapabilities)
The required capabilities 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 with which the job started.
|
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.
|
GetStepResult |
withCreatedAt(Date createdAt)
The date and time the resource was created.
|
GetStepResult |
withCreatedBy(String createdBy)
The user or system that created this resource.
|
GetStepResult |
withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies in the step.
|
GetStepResult |
withDescription(String description)
The description of the step.
|
GetStepResult |
withEndedAt(Date endedAt)
The date and time the resource ended running.
|
GetStepResult |
withLifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status of the step.
|
GetStepResult |
withLifecycleStatus(String lifecycleStatus)
The life cycle status of the step.
|
GetStepResult |
withLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle status of the step.
|
GetStepResult |
withName(String name)
The name of the step.
|
GetStepResult |
withParameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
|
GetStepResult |
withRequiredCapabilities(StepRequiredCapabilities requiredCapabilities)
The required capabilities of the step.
|
GetStepResult |
withStartedAt(Date startedAt)
The date and time the resource started running.
|
GetStepResult |
withStepId(String stepId)
The step ID.
|
GetStepResult |
withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status with which the job started.
|
GetStepResult |
withTargetTaskRunStatus(String targetTaskRunStatus)
The task status with which the job started.
|
GetStepResult |
withTaskRunStatus(String taskRunStatus)
The task run status for the job.
|
GetStepResult |
withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
|
GetStepResult |
withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
|
GetStepResult |
withUpdatedAt(Date updatedAt)
The date and time the resource was updated.
|
GetStepResult |
withUpdatedBy(String updatedBy)
The user or system that updated this resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 GetStepResult 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 GetStepResult 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 in the step.
dependencyCounts
- The number of dependencies in the step.public DependencyCounts getDependencyCounts()
The number of dependencies in the step.
public GetStepResult withDependencyCounts(DependencyCounts dependencyCounts)
The number of dependencies in the step.
dependencyCounts
- The number of dependencies in the step.public void setDescription(String description)
The description of the step.
description
- The description of the step.public String getDescription()
The description of the step.
public GetStepResult withDescription(String description)
The description of the step.
description
- The description of 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 GetStepResult 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 of the step.
lifecycleStatus
- The life cycle status of the step.StepLifecycleStatus
public String getLifecycleStatus()
The life cycle status of the step.
StepLifecycleStatus
public GetStepResult withLifecycleStatus(String lifecycleStatus)
The life cycle status of the step.
lifecycleStatus
- The life cycle status of the step.StepLifecycleStatus
public GetStepResult withLifecycleStatus(StepLifecycleStatus lifecycleStatus)
The life cycle status of the step.
lifecycleStatus
- The life cycle status of the step.StepLifecycleStatus
public void setLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle status of the step.
lifecycleStatusMessage
- A message that describes the lifecycle status of the step.public String getLifecycleStatusMessage()
A message that describes the lifecycle status of the step.
public GetStepResult withLifecycleStatusMessage(String lifecycleStatusMessage)
A message that describes the lifecycle status of the step.
lifecycleStatusMessage
- A message that describes the lifecycle status 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 GetStepResult withName(String name)
The name of the step.
name
- The name of the step.public void setParameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
parameterSpace
- A list of step parameters and the combination expression for the step.public ParameterSpace getParameterSpace()
A list of step parameters and the combination expression for the step.
public GetStepResult withParameterSpace(ParameterSpace parameterSpace)
A list of step parameters and the combination expression for the step.
parameterSpace
- A list of step parameters and the combination expression for the step.public void setRequiredCapabilities(StepRequiredCapabilities requiredCapabilities)
The required capabilities of the step.
requiredCapabilities
- The required capabilities of the step.public StepRequiredCapabilities getRequiredCapabilities()
The required capabilities of the step.
public GetStepResult withRequiredCapabilities(StepRequiredCapabilities requiredCapabilities)
The required capabilities of the step.
requiredCapabilities
- The required capabilities 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 GetStepResult 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 GetStepResult withStepId(String stepId)
The step ID.
stepId
- The step ID.public void setTargetTaskRunStatus(String targetTaskRunStatus)
The task status with which the job started.
targetTaskRunStatus
- The task status with which the job started.StepTargetTaskRunStatus
public String getTargetTaskRunStatus()
The task status with which the job started.
StepTargetTaskRunStatus
public GetStepResult withTargetTaskRunStatus(String targetTaskRunStatus)
The task status with which the job started.
targetTaskRunStatus
- The task status with which the job started.StepTargetTaskRunStatus
public GetStepResult withTargetTaskRunStatus(StepTargetTaskRunStatus targetTaskRunStatus)
The task status with which the job started.
targetTaskRunStatus
- The task status with which the job started.StepTargetTaskRunStatus
public void setTaskRunStatus(String taskRunStatus)
The task run status for the job.
taskRunStatus
- The task run status for the job.TaskRunStatus
public String getTaskRunStatus()
The task run status for the job.
TaskRunStatus
public GetStepResult withTaskRunStatus(String taskRunStatus)
The task run status for the job.
taskRunStatus
- The task run status for the job.TaskRunStatus
public GetStepResult withTaskRunStatus(TaskRunStatus taskRunStatus)
The task run status for the job.
taskRunStatus
- The task run status for the job.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 GetStepResult withTaskRunStatusCounts(Map<String,Integer> taskRunStatusCounts)
The number of tasks running on the job.
taskRunStatusCounts
- The number of tasks running on the job.public GetStepResult addTaskRunStatusCountsEntry(String key, Integer value)
public GetStepResult 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 GetStepResult 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 GetStepResult 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 GetStepResult clone()