@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkflowExecutionResponse extends ImagebuilderResponse implements ToCopyableBuilder<GetWorkflowExecutionResponse.Builder,GetWorkflowExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkflowExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkflowExecutionResponse.Builder |
builder() |
String |
endTime()
The timestamp when the specified runtime instance of the workflow finished.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageBuildVersionArn()
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the
workflow created.
|
String |
message()
The output message from the specified runtime instance of the workflow, if applicable.
|
String |
requestId()
The request ID that uniquely identifies this request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkflowExecutionResponse.Builder> |
serializableBuilderClass() |
String |
startTime()
The timestamp when the specified runtime instance of the workflow started.
|
WorkflowExecutionStatus |
status()
The current runtime status for the specified runtime instance of the workflow.
|
String |
statusAsString()
The current runtime status for the specified runtime instance of the workflow.
|
GetWorkflowExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalStepCount()
The total number of steps in the specified runtime instance of the workflow that ran.
|
Integer |
totalStepsFailed()
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
|
Integer |
totalStepsSkipped()
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
|
Integer |
totalStepsSucceeded()
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
|
WorkflowType |
type()
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
String |
typeAsString()
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
|
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.
|
String |
workflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String requestId()
The request ID that uniquely identifies this request.
public final 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.
public final String workflowExecutionId()
The unique identifier that Image Builder assigned to keep track of runtime details when it ran the workflow.
public final String imageBuildVersionArn()
The Amazon Resource Name (ARN) of the image resource build version that the specified runtime instance of the workflow created.
public final WorkflowType type()
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
If the service returns an enum value that is not available in the current SDK version, type will return
WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WorkflowTypepublic final String typeAsString()
The type of workflow that Image Builder ran for the specified runtime instance of the workflow.
If the service returns an enum value that is not available in the current SDK version, type will return
WorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
WorkflowTypepublic final WorkflowExecutionStatus status()
The current runtime status for the specified runtime instance of the workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return WorkflowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
WorkflowExecutionStatuspublic final String statusAsString()
The current runtime status for the specified runtime instance of the workflow.
If the service returns an enum value that is not available in the current SDK version, status will
return WorkflowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
WorkflowExecutionStatuspublic final String message()
The output message from the specified runtime instance of the workflow, if applicable.
public final 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.
public final Integer totalStepsSucceeded()
A runtime count for the number of steps that ran successfully in the specified runtime instance of the workflow.
public final Integer totalStepsFailed()
A runtime count for the number of steps that failed in the specified runtime instance of the workflow.
public final Integer totalStepsSkipped()
A runtime count for the number of steps that were skipped in the specified runtime instance of the workflow.
public final String startTime()
The timestamp when the specified runtime instance of the workflow started.
public final String endTime()
The timestamp when the specified runtime instance of the workflow finished.
public GetWorkflowExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkflowExecutionResponse.Builder,GetWorkflowExecutionResponse>toBuilder in class AwsResponsepublic static GetWorkflowExecutionResponse.Builder builder()
public static Class<? extends GetWorkflowExecutionResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.