@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkflowExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetWorkflowExecutionResult() |
Modifier and Type | Method and Description |
---|---|
GetWorkflowExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getEndTime()
The timestamp when the specified runtime instance of the workflow finished.
|
String |
getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow created.
|
String |
getMessage()
The output message from the specified runtime instance of the workflow, if applicable.
|
String |
getParallelGroup()
Test workflows are defined within named runtime groups.
|
String |
getRequestId()
The request ID that uniquely identifies this request.
|
String |
getStartTime()
The timestamp when the specified runtime instance of the workflow started.
|
String |
getStatus()
The current runtime status for the specified runtime instance of the workflow.
|
Integer |
getTotalStepCount()
The total number of steps in the specified runtime instance of the workflow that ran.
|
Integer |
getTotalStepsFailed()
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
|
Integer |
getTotalStepsSkipped()
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
Integer |
getTotalStepsSucceeded()
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
|
String |
getType()
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
String |
getWorkflowBuildVersionArn()
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the
specified runtime instance of the workflow.
|
String |
getWorkflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
int |
hashCode() |
void |
setEndTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
|
void |
setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow created.
|
void |
setMessage(String message)
The output message from the specified runtime instance of the workflow, if applicable.
|
void |
setParallelGroup(String parallelGroup)
Test workflows are defined within named runtime groups.
|
void |
setRequestId(String requestId)
The request ID that uniquely identifies this request.
|
void |
setStartTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
|
void |
setStatus(String status)
The current runtime status for the specified runtime instance of the workflow.
|
void |
setTotalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran.
|
void |
setTotalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
|
void |
setTotalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
void |
setTotalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
|
void |
setType(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
void |
setWorkflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the
specified runtime instance of the workflow.
|
void |
setWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkflowExecutionResult |
withEndTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
|
GetWorkflowExecutionResult |
withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow created.
|
GetWorkflowExecutionResult |
withMessage(String message)
The output message from the specified runtime instance of the workflow, if applicable.
|
GetWorkflowExecutionResult |
withParallelGroup(String parallelGroup)
Test workflows are defined within named runtime groups.
|
GetWorkflowExecutionResult |
withRequestId(String requestId)
The request ID that uniquely identifies this request.
|
GetWorkflowExecutionResult |
withStartTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
|
GetWorkflowExecutionResult |
withStatus(String status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withStatus(WorkflowExecutionStatus status)
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withTotalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran.
|
GetWorkflowExecutionResult |
withTotalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withTotalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withTotalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withType(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withType(WorkflowType type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the
specified runtime instance of the workflow.
|
GetWorkflowExecutionResult |
withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public String getRequestId()
The request ID that uniquely identifies this request.
public GetWorkflowExecutionResult withRequestId(String requestId)
The request ID that uniquely identifies this request.
requestId
- The request ID that uniquely identifies this request.public void setWorkflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.
workflowBuildVersionArn
- The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines
the specified runtime instance of the workflow.public String getWorkflowBuildVersionArn()
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.
public GetWorkflowExecutionResult withWorkflowBuildVersionArn(String workflowBuildVersionArn)
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines the specified runtime instance of the workflow.
workflowBuildVersionArn
- The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines
the specified runtime instance of the workflow.public void setWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.public String getWorkflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
public GetWorkflowExecutionResult withWorkflowExecutionId(String workflowExecutionId)
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
workflowExecutionId
- The unique identifier that Image Builder assigned to keep track of runtime details when it ran the
workflow.public void setImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of
the workflow created.public String getImageBuildVersionArn()
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
public GetWorkflowExecutionResult withImageBuildVersionArn(String imageBuildVersionArn)
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
imageBuildVersionArn
- The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of
the workflow created.public void setType(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
type
- The type of workflow that Image Builder ran for the specified runtime instance of the workflow.WorkflowType
public String getType()
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
WorkflowType
public GetWorkflowExecutionResult withType(String type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
type
- The type of workflow that Image Builder ran for the specified runtime instance of the workflow.WorkflowType
public GetWorkflowExecutionResult withType(WorkflowType type)
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
type
- The type of workflow that Image Builder ran for the specified runtime instance of the workflow.WorkflowType
public void setStatus(String status)
The current runtime status for the specified runtime instance of the workflow.
status
- The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionStatus
public String getStatus()
The current runtime status for the specified runtime instance of the workflow.
WorkflowExecutionStatus
public GetWorkflowExecutionResult withStatus(String status)
The current runtime status for the specified runtime instance of the workflow.
status
- The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionStatus
public GetWorkflowExecutionResult withStatus(WorkflowExecutionStatus status)
The current runtime status for the specified runtime instance of the workflow.
status
- The current runtime status for the specified runtime instance of the workflow.WorkflowExecutionStatus
public void setMessage(String message)
The output message from the specified runtime instance of the workflow, if applicable.
message
- The output message from the specified runtime instance of the workflow, if applicable.public String getMessage()
The output message from the specified runtime instance of the workflow, if applicable.
public GetWorkflowExecutionResult withMessage(String message)
The output message from the specified runtime instance of the workflow, if applicable.
message
- The output message from the specified runtime instance of the workflow, if applicable.public void setTotalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.
totalStepCount
- The total number of steps in the specified runtime instance of the workflow that ran. This number should
equal the sum of the step counts for steps that succeeded, were skipped, and failed.public Integer getTotalStepCount()
The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.
public GetWorkflowExecutionResult withTotalStepCount(Integer totalStepCount)
The total number of steps in the specified runtime instance of the workflow that ran. This number should equal the sum of the step counts for steps that succeeded, were skipped, and failed.
totalStepCount
- The total number of steps in the specified runtime instance of the workflow that ran. This number should
equal the sum of the step counts for steps that succeeded, were skipped, and failed.public void setTotalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
totalStepsSucceeded
- A runtime count for the number of steps that ran successfully in the specified runtime instance of the
workflow.public Integer getTotalStepsSucceeded()
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
public GetWorkflowExecutionResult withTotalStepsSucceeded(Integer totalStepsSucceeded)
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
totalStepsSucceeded
- A runtime count for the number of steps that ran successfully in the specified runtime instance of the
workflow.public void setTotalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
totalStepsFailed
- A runtime count for the number of steps that failed in the specified runtime instance of the workflow.public Integer getTotalStepsFailed()
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
public GetWorkflowExecutionResult withTotalStepsFailed(Integer totalStepsFailed)
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
totalStepsFailed
- A runtime count for the number of steps that failed in the specified runtime instance of the workflow.public void setTotalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
totalStepsSkipped
- A runtime count for the number of steps that were skipped in the specified runtime instance of the
workflow.public Integer getTotalStepsSkipped()
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
public GetWorkflowExecutionResult withTotalStepsSkipped(Integer totalStepsSkipped)
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
totalStepsSkipped
- A runtime count for the number of steps that were skipped in the specified runtime instance of the
workflow.public void setStartTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
startTime
- The timestamp when the specified runtime instance of the workflow started.public String getStartTime()
The timestamp when the specified runtime instance of the workflow started.
public GetWorkflowExecutionResult withStartTime(String startTime)
The timestamp when the specified runtime instance of the workflow started.
startTime
- The timestamp when the specified runtime instance of the workflow started.public void setEndTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
endTime
- The timestamp when the specified runtime instance of the workflow finished.public String getEndTime()
The timestamp when the specified runtime instance of the workflow finished.
public GetWorkflowExecutionResult withEndTime(String endTime)
The timestamp when the specified runtime instance of the workflow finished.
endTime
- The timestamp when the specified runtime instance of the workflow finished.public void setParallelGroup(String parallelGroup)
Test workflows are defined within named runtime groups. The parallel group is a named group that contains one or more test workflows.
parallelGroup
- Test workflows are defined within named runtime groups. The parallel group is a named group that contains
one or more test workflows.public String getParallelGroup()
Test workflows are defined within named runtime groups. The parallel group is a named group that contains one or more test workflows.
public GetWorkflowExecutionResult withParallelGroup(String parallelGroup)
Test workflows are defined within named runtime groups. The parallel group is a named group that contains one or more test workflows.
parallelGroup
- Test workflows are defined within named runtime groups. The parallel group is a named group that contains
one or more test workflows.public String toString()
toString
in class Object
Object.toString()
public GetWorkflowExecutionResult clone()