Class MatchingWorkflowSummary
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.MatchingWorkflowSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>
@Generated("software.amazon.awssdk:codegen") public final class MatchingWorkflowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>
A list of
MatchingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt,UpdatedAt.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMatchingWorkflowSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MatchingWorkflowSummary.Builderbuilder()InstantcreatedAt()The timestamp of when the workflow was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ResolutionTyperesolutionType()The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.StringresolutionTypeAsString()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.InstantupdatedAt()The timestamp of when the workflow was last updated.StringworkflowArn()The ARN (Amazon Resource Name) that Entity Resolution generated for theMatchingWorkflow.StringworkflowName()The name of the 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
-
createdAt
public final Instant createdAt()
The timestamp of when the workflow was created.
- Returns:
- The timestamp of when the workflow was created.
-
resolutionType
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,
resolutionTypewill returnResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolutionTypeAsString().- Returns:
- The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
- See Also:
ResolutionType
-
resolutionTypeAsString
public 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,
resolutionTypewill returnResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolutionTypeAsString().- Returns:
- The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
- See Also:
ResolutionType
-
updatedAt
public final Instant updatedAt()
The timestamp of when the workflow was last updated.
- Returns:
- The timestamp of when the workflow was last updated.
-
workflowArn
public final String workflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow.- Returns:
- The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow.
-
workflowName
public final String workflowName()
The name of the workflow.
- Returns:
- The name of the workflow.
-
toBuilder
public MatchingWorkflowSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MatchingWorkflowSummary.Builder,MatchingWorkflowSummary>
-
builder
public static MatchingWorkflowSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends MatchingWorkflowSummary.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.
-
-