@Generated(value="software.amazon.awssdk:codegen") public final class StepOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StepOutput.Builder,StepOutput>
The output of the step.
| Modifier and Type | Class and Description |
|---|---|
static interface |
StepOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StepOutput.Builder |
builder() |
DataType |
dataType()
The data type of the step output.
|
String |
dataTypeAsString()
The data type of the step 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 StepOutput.Builder> |
serializableBuilderClass() |
StepOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 step 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 step 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 StepOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StepOutput.Builder,StepOutput>public static StepOutput.Builder builder()
public static Class<? extends StepOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.