@Generated(value="software.amazon.awssdk:codegen") public final class MatchingWorkflowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>
A list of MatchingWorkflowSummary objects, each of which contain the fields WorkflowName,
WorkflowArn, CreatedAt, UpdatedAt.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MatchingWorkflowSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MatchingWorkflowSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the workflow was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MatchingWorkflowSummary.Builder> |
serializableBuilderClass() |
MatchingWorkflowSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The timestamp of when the workflow was last updated.
|
String |
workflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow. |
String |
workflowName()
The name of the workflow.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when the workflow was created.
public final Instant updatedAt()
The timestamp of when the workflow was last updated.
public final String workflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow.
MatchingWorkflow.public final String workflowName()
The name of the workflow.
public MatchingWorkflowSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>public static MatchingWorkflowSummary.Builder builder()
public static Class<? extends MatchingWorkflowSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.