@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() |
ResolutionType |
resolutionType()
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
String |
resolutionTypeAsString()
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
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 ResolutionType resolutionType()
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
If the service returns an enum value that is not available in the current SDK version, resolutionType
will return ResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resolutionTypeAsString().
ResolutionTypepublic final String resolutionTypeAsString()
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
If the service returns an enum value that is not available in the current SDK version, resolutionType
will return ResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resolutionTypeAsString().
ResolutionTypepublic 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.