Class ListWorkflowsItem
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.ListWorkflowsItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>
@Generated("software.amazon.awssdk:codegen") public final class ListWorkflowsItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>
A workflow in list of workflows.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListWorkflowsItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListWorkflowsItem.Builderbuilder()InstantcreatedAt()Creation timestamp for workflow.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()InstantlastUpdatedAt()Last updated timestamp for workflow.List<SdkField<?>>sdkFields()static Class<? extends ListWorkflowsItem.Builder>serializableBuilderClass()Statusstatus()Status of workflow execution.StringstatusAsString()Status of workflow execution.StringstatusDescription()Description for workflow execution status.ListWorkflowsItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkflowId()Unique identifier for the workflow.WorkflowTypeworkflowType()The type of workflow.StringworkflowTypeAsString()The type of workflow.-
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
-
workflowType
public final WorkflowType workflowType()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
If the service returns an enum value that is not available in the current SDK version,
workflowTypewill returnWorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromworkflowTypeAsString().- Returns:
- The type of workflow. The only supported value is APPFLOW_INTEGRATION.
- See Also:
WorkflowType
-
workflowTypeAsString
public final String workflowTypeAsString()
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
If the service returns an enum value that is not available in the current SDK version,
workflowTypewill returnWorkflowType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromworkflowTypeAsString().- Returns:
- The type of workflow. The only supported value is APPFLOW_INTEGRATION.
- See Also:
WorkflowType
-
workflowId
public final String workflowId()
Unique identifier for the workflow.
- Returns:
- Unique identifier for the workflow.
-
status
public final Status status()
Status of workflow execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of workflow execution.
- See Also:
Status
-
statusAsString
public final String statusAsString()
Status of workflow execution.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Status of workflow execution.
- See Also:
Status
-
statusDescription
public final String statusDescription()
Description for workflow execution status.
- Returns:
- Description for workflow execution status.
-
createdAt
public final Instant createdAt()
Creation timestamp for workflow.
- Returns:
- Creation timestamp for workflow.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
Last updated timestamp for workflow.
- Returns:
- Last updated timestamp for workflow.
-
toBuilder
public ListWorkflowsItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListWorkflowsItem.Builder,ListWorkflowsItem>
-
builder
public static ListWorkflowsItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListWorkflowsItem.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.
-
-