@Generated(value="software.amazon.awssdk:codegen") public final class WorkflowStepOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WorkflowStepOutput.Builder,WorkflowStepOutput>
The output of a step.
| Modifier and Type | Class and Description |
|---|---|
static interface |
WorkflowStepOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static WorkflowStepOutput.Builder |
builder() |
DataType |
dataType()
The data type of the output.
|
String |
dataTypeAsString()
The data type of the output.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the step.
|
Boolean |
required()
Determine if an output is required from a step.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends WorkflowStepOutput.Builder> |
serializableBuilderClass() |
WorkflowStepOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WorkflowStepOutputUnion |
value()
The value of the output.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the step.
public final DataType dataType()
The data type of the output.
If the service returns an enum value that is not available in the current SDK version, dataType will
return DataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataTypeAsString().
DataTypepublic final String dataTypeAsString()
The data type of the output.
If the service returns an enum value that is not available in the current SDK version, dataType will
return DataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
dataTypeAsString().
DataTypepublic final Boolean required()
Determine if an output is required from a step.
public final WorkflowStepOutputUnion value()
The value of the output.
public WorkflowStepOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<WorkflowStepOutput.Builder,WorkflowStepOutput>public static WorkflowStepOutput.Builder builder()
public static Class<? extends WorkflowStepOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.