@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchingWorkflowSummary extends Object implements Serializable, Cloneable, StructuredPojo
A list of MatchingWorkflowSummary
objects, each of which contain the fields WorkflowName
,
WorkflowArn
, CreatedAt
, UpdatedAt
.
Constructor and Description |
---|
MatchingWorkflowSummary() |
Modifier and Type | Method and Description |
---|---|
MatchingWorkflowSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the workflow was created.
|
String |
getResolutionType()
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
Date |
getUpdatedAt()
The timestamp of when the workflow was last updated.
|
String |
getWorkflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow . |
String |
getWorkflowName()
The name of the workflow.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
|
void |
setResolutionType(String resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
|
void |
setWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow . |
void |
setWorkflowName(String workflowName)
The name of the workflow.
|
String |
toString()
Returns a string representation of this object.
|
MatchingWorkflowSummary |
withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
|
MatchingWorkflowSummary |
withResolutionType(ResolutionType resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
MatchingWorkflowSummary |
withResolutionType(String resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or
through a provider service.
|
MatchingWorkflowSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
|
MatchingWorkflowSummary |
withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
MatchingWorkflow . |
MatchingWorkflowSummary |
withWorkflowName(String workflowName)
The name of the workflow.
|
public void setCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
createdAt
- The timestamp of when the workflow was created.public Date getCreatedAt()
The timestamp of when the workflow was created.
public MatchingWorkflowSummary withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
createdAt
- The timestamp of when the workflow was created.public void setResolutionType(String resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
resolutionType
- The method that has been specified for data matching, either using matching provided by Entity Resolution
or through a provider service.ResolutionType
public String getResolutionType()
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
ResolutionType
public MatchingWorkflowSummary withResolutionType(String resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
resolutionType
- The method that has been specified for data matching, either using matching provided by Entity Resolution
or through a provider service.ResolutionType
public MatchingWorkflowSummary withResolutionType(ResolutionType resolutionType)
The method that has been specified for data matching, either using matching provided by Entity Resolution or through a provider service.
resolutionType
- The method that has been specified for data matching, either using matching provided by Entity Resolution
or through a provider service.ResolutionType
public void setUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
updatedAt
- The timestamp of when the workflow was last updated.public Date getUpdatedAt()
The timestamp of when the workflow was last updated.
public MatchingWorkflowSummary withUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
updatedAt
- The timestamp of when the workflow was last updated.public void setWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.
workflowArn
- The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.public String getWorkflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.
MatchingWorkflow
.public MatchingWorkflowSummary withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.
workflowArn
- The ARN (Amazon Resource Name) that Entity Resolution generated for the MatchingWorkflow
.public void setWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String getWorkflowName()
The name of the workflow.
public MatchingWorkflowSummary withWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String toString()
toString
in class Object
Object.toString()
public MatchingWorkflowSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.