Class IdMappingWorkflowSummary
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.IdMappingWorkflowSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>
@Generated("software.amazon.awssdk:codegen") public final class IdMappingWorkflowSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>
A list of
IdMappingWorkflowSummaryobjects, each of which contain the fieldsWorkflowName,WorkflowArn,CreatedAt, andUpdatedAt.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIdMappingWorkflowSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdMappingWorkflowSummary.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()List<SdkField<?>>sdkFields()static Class<? extends IdMappingWorkflowSummary.Builder>serializableBuilderClass()IdMappingWorkflowSummary.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 theIdMappingWorkflow.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.
-
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
IdMappingWorkflow.- Returns:
- The ARN (Amazon Resource Name) that Entity Resolution generated for the
IdMappingWorkflow.
-
workflowName
public final String workflowName()
The name of the workflow.
- Returns:
- The name of the workflow.
-
toBuilder
public IdMappingWorkflowSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<IdMappingWorkflowSummary.Builder,IdMappingWorkflowSummary>
-
builder
public static IdMappingWorkflowSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends IdMappingWorkflowSummary.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.
-
-