Class FlowSummary
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowSummary.Builder,FlowSummary>
Contains the definition of a flow.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringarn()The Amazon Resource Name (ARN) of the flow.static FlowSummary.Builderbuilder()final InstantThe time at which the flow was created.final StringA description of the flow.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The unique identifier of the flow.final Stringname()The name of the flow.static Class<? extends FlowSummary.Builder> final FlowStatusstatus()The status of the flow.final StringThe status of the flow.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final InstantThe time at which the flow was last updated.final Stringversion()The latest version of the flow.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the flow.
- Returns:
- The Amazon Resource Name (ARN) of the flow.
-
createdAt
The time at which the flow was created.
- Returns:
- The time at which the flow was created.
-
description
-
id
The unique identifier of the flow.
- Returns:
- The unique identifier of the flow.
-
name
-
status
The status of the flow. The following statuses are possible:
-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFTversion won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFTversion. -
Preparing – The flow is being prepared so that the
DRAFTversion contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFTversion contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validationsfield.
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. The following statuses are possible:
-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFTversion won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFTversion. -
Preparing – The flow is being prepared so that the
DRAFTversion contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFTversion contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validationsfield.
-
- See Also:
-
-
statusAsString
The status of the flow. The following statuses are possible:
-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFTversion won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFTversion. -
Preparing – The flow is being prepared so that the
DRAFTversion contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFTversion contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validationsfield.
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. The following statuses are possible:
-
NotPrepared – The flow has been created or updated, but hasn't been prepared. If you just created the flow, you can't test it. If you updated the flow, the
DRAFTversion won't contain the latest changes for testing. Send a PrepareFlow request to package the latest changes into theDRAFTversion. -
Preparing – The flow is being prepared so that the
DRAFTversion contains the latest changes for testing. -
Prepared – The flow is prepared and the
DRAFTversion contains the latest changes for testing. -
Failed – The last API operation that you invoked on the flow failed. Send a GetFlow request and check the error message in the
validationsfield.
-
- See Also:
-
-
updatedAt
The time at which the flow was last updated.
- Returns:
- The time at which the flow was last updated.
-
version
The latest version of the flow.
- Returns:
- The latest version of the flow.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowSummary.Builder,FlowSummary> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-