@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkflowStepExecutionResponse extends ImagebuilderResponse implements ToCopyableBuilder<GetWorkflowStepExecutionResponse.Builder,GetWorkflowStepExecutionResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkflowStepExecutionResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
action()
The name of the action that the specified step performs.
|
static GetWorkflowStepExecutionResponse.Builder |
builder() |
String |
description()
Describes the specified workflow step.
|
String |
endTime()
The timestamp when the specified runtime instance of the workflow step 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 step creates.
|
String |
inputs()
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
|
String |
message()
The output message from the specified runtime instance of the workflow step, if applicable.
|
String |
name()
The name of the specified runtime instance of the workflow step.
|
String |
onFailure()
The action to perform if the workflow step fails.
|
String |
outputs()
The file names that the specified runtime version of the workflow step created as output.
|
String |
requestId()
The request ID that uniquely identifies this request.
|
WorkflowStepExecutionRollbackStatus |
rollbackStatus()
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
|
String |
rollbackStatusAsString()
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkflowStepExecutionResponse.Builder> |
serializableBuilderClass() |
String |
startTime()
The timestamp when the specified runtime version of the workflow step started.
|
WorkflowStepExecutionStatus |
status()
The current status for the specified runtime version of the workflow step.
|
String |
statusAsString()
The current status for the specified runtime version of the workflow step.
|
String |
stepExecutionId()
The unique identifier for the runtime version of the workflow step that you specified in the request.
|
Integer |
timeoutSeconds()
The maximum duration in seconds for this step to complete its action.
|
GetWorkflowStepExecutionResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workflowBuildVersionArn()
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this
workflow step.
|
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 stepExecutionId()
The unique identifier for the runtime version of the workflow step that you specified in the request.
public final String workflowBuildVersionArn()
The Amazon Resource Name (ARN) of the build version for the Image Builder workflow resource that defines this workflow step.
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 step creates.
public final String name()
The name of the specified runtime instance of the workflow step.
public final String description()
Describes the specified workflow step.
public final String action()
The name of the action that the specified step performs.
public final WorkflowStepExecutionStatus status()
The current status for the specified runtime version of the workflow step.
If the service returns an enum value that is not available in the current SDK version, status will
return WorkflowStepExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
WorkflowStepExecutionStatuspublic final String statusAsString()
The current status for the specified runtime version of the workflow step.
If the service returns an enum value that is not available in the current SDK version, status will
return WorkflowStepExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
WorkflowStepExecutionStatuspublic final WorkflowStepExecutionRollbackStatus rollbackStatus()
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
If the service returns an enum value that is not available in the current SDK version, rollbackStatus
will return WorkflowStepExecutionRollbackStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from rollbackStatusAsString().
WorkflowStepExecutionRollbackStatuspublic final String rollbackStatusAsString()
Reports on the rollback status of the specified runtime version of the workflow step, if applicable.
If the service returns an enum value that is not available in the current SDK version, rollbackStatus
will return WorkflowStepExecutionRollbackStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from rollbackStatusAsString().
WorkflowStepExecutionRollbackStatuspublic final String message()
The output message from the specified runtime instance of the workflow step, if applicable.
public final String inputs()
Input parameters that Image Builder provided for the specified runtime instance of the workflow step.
public final String outputs()
The file names that the specified runtime version of the workflow step created as output.
public final String startTime()
The timestamp when the specified runtime version of the workflow step started.
public final String endTime()
The timestamp when the specified runtime instance of the workflow step finished.
public final String onFailure()
The action to perform if the workflow step fails.
public final Integer timeoutSeconds()
The maximum duration in seconds for this step to complete its action.
public GetWorkflowStepExecutionResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkflowStepExecutionResponse.Builder,GetWorkflowStepExecutionResponse>toBuilder in class AwsResponsepublic static GetWorkflowStepExecutionResponse.Builder builder()
public static Class<? extends GetWorkflowStepExecutionResponse.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.