Class FlowExecutionSummary
- java.lang.Object
-
- software.amazon.awssdk.services.iotthingsgraph.model.FlowExecutionSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>
@Generated("software.amazon.awssdk:codegen") public final class FlowExecutionSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>
An object that contains summary information about a flow execution.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowExecutionSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowExecutionSummary.Builderbuilder()InstantcreatedAt()The date and time when the flow execution summary was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowExecutionId()The ID of the flow execution.StringflowTemplateId()The ID of the flow.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FlowExecutionSummary.Builder>serializableBuilderClass()FlowExecutionStatusstatus()The current status of the flow execution.StringstatusAsString()The current status of the flow execution.StringsystemInstanceId()The ID of the system instance that contains the flow.FlowExecutionSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The date and time when the flow execution summary was last updated.-
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
-
flowExecutionId
public final String flowExecutionId()
The ID of the flow execution.
- Returns:
- The ID of the flow execution.
-
status
public final FlowExecutionStatus status()
The current status of the flow execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the flow execution.
- See Also:
FlowExecutionStatus
-
statusAsString
public final String statusAsString()
The current status of the flow execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnFlowExecutionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The current status of the flow execution.
- See Also:
FlowExecutionStatus
-
systemInstanceId
public final String systemInstanceId()
The ID of the system instance that contains the flow.
- Returns:
- The ID of the system instance that contains the flow.
-
flowTemplateId
public final String flowTemplateId()
The ID of the flow.
- Returns:
- The ID of the flow.
-
createdAt
public final Instant createdAt()
The date and time when the flow execution summary was created.
- Returns:
- The date and time when the flow execution summary was created.
-
updatedAt
public final Instant updatedAt()
The date and time when the flow execution summary was last updated.
- Returns:
- The date and time when the flow execution summary was last updated.
-
toBuilder
public FlowExecutionSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowExecutionSummary.Builder,FlowExecutionSummary>
-
builder
public static FlowExecutionSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowExecutionSummary.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.
-
-