Class SendWorkflowStepActionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest
-
- software.amazon.awssdk.services.imagebuilder.model.SendWorkflowStepActionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<SendWorkflowStepActionRequest.Builder,SendWorkflowStepActionRequest>
@Generated("software.amazon.awssdk:codegen") public final class SendWorkflowStepActionRequest extends ImagebuilderRequest implements ToCopyableBuilder<SendWorkflowStepActionRequest.Builder,SendWorkflowStepActionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSendWorkflowStepActionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowStepActionTypeaction()The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.StringactionAsString()The action for the image creation process to take while a workflowWaitForActionstep waits for an asynchronous action to complete.static SendWorkflowStepActionRequest.Builderbuilder()StringclientToken()Unique, case-sensitive identifier you provide to ensure idempotency of the request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageBuildVersionArn()The Amazon Resource Name (ARN) of the image build version to send action for.Stringreason()The reason why this action is sent.List<SdkField<?>>sdkFields()static Class<? extends SendWorkflowStepActionRequest.Builder>serializableBuilderClass()StringstepExecutionId()Uniquely identifies the workflow step that sent the step action.SendWorkflowStepActionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
stepExecutionId
public final String stepExecutionId()
Uniquely identifies the workflow step that sent the step action.
- Returns:
- Uniquely identifies the workflow step that sent the step action.
-
imageBuildVersionArn
public final String imageBuildVersionArn()
The Amazon Resource Name (ARN) of the image build version to send action for.
- Returns:
- The Amazon Resource Name (ARN) of the image build version to send action for.
-
action
public final WorkflowStepActionType action()
The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete.If the service returns an enum value that is not available in the current SDK version,
actionwill returnWorkflowStepActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete. - See Also:
WorkflowStepActionType
-
actionAsString
public final String actionAsString()
The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete.If the service returns an enum value that is not available in the current SDK version,
actionwill returnWorkflowStepActionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromactionAsString().- Returns:
- The action for the image creation process to take while a workflow
WaitForActionstep waits for an asynchronous action to complete. - See Also:
WorkflowStepActionType
-
reason
public final String reason()
The reason why this action is sent.
- Returns:
- The reason why this action is sent.
-
clientToken
public final String clientToken()
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
- Returns:
- Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
-
toBuilder
public SendWorkflowStepActionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SendWorkflowStepActionRequest.Builder,SendWorkflowStepActionRequest>- Specified by:
toBuilderin classImagebuilderRequest
-
builder
public static SendWorkflowStepActionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends SendWorkflowStepActionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-