Class FlowVersionSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowVersionSummary.Builder,FlowVersionSummary>
Contains information about a version of a flow.
This data type is used in the following API operations:
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the flow that the version belongs to.static FlowVersionSummary.Builderbuilder()final InstantThe time at the version was created.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique identifier of the flow.static Class<? extends FlowVersionSummary.Builder>final FlowStatusstatus()The status of the flow.final StringThe status of the flow.final StringtoString()Returns a string representation of this object.final Stringversion()The version of the flow.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The unique identifier of the flow.
- Returns:
- The unique identifier of the flow.
-
arn
The Amazon Resource Name (ARN) of the flow that the version belongs to.
- Returns:
- The Amazon Resource Name (ARN) of the flow that the version belongs to.
-
status
The status of the flow.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the flow.
- See Also:
-
statusAsString
The status of the flow.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlowStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the flow.
- See Also:
-
createdAt
The time at the version was created.
- Returns:
- The time at the version was created.
-
version
The version of the flow.
- Returns:
- The version of the flow.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowVersionSummary.Builder,FlowVersionSummary>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-