Class FlowVersionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.FlowVersionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowVersionSummary.Builder,FlowVersionSummary>
@Generated("software.amazon.awssdk:codegen") public final class FlowVersionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowVersionSummary.Builder,FlowVersionSummary>
Contains information about a version of a flow.
This data type is used in the following API operations:
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowVersionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The Amazon Resource Name (ARN) of the flow that the version belongs to.static FlowVersionSummary.Builderbuilder()InstantcreatedAt()The time at the version was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The unique identifier of the flow.List<SdkField<?>>sdkFields()static Class<? extends FlowVersionSummary.Builder>serializableBuilderClass()FlowStatusstatus()The status of the flow.StringstatusAsString()The status of the flow.FlowVersionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringversion()The version of the flow.-
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
-
arn
public final String 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.
-
createdAt
public final Instant createdAt()
The time at the version was created.
- Returns:
- The time at the version was created.
-
id
public final String id()
The unique identifier of the flow.
- Returns:
- The unique identifier of the flow.
-
status
public final FlowStatus 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:
FlowStatus
-
statusAsString
public final String 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:
FlowStatus
-
version
public final String version()
The version of the flow.
- Returns:
- The version of the flow.
-
toBuilder
public FlowVersionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowVersionSummary.Builder,FlowVersionSummary>
-
builder
public static FlowVersionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowVersionSummary.Builder> serializableBuilderClass()
-
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.
-
-