@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IdMappingWorkflowSummary extends Object implements Serializable, Cloneable, StructuredPojo
A list of IdMappingWorkflowSummary
objects, each of which contain the fields WorkflowName
,
WorkflowArn
, CreatedAt
, and UpdatedAt
.
Constructor and Description |
---|
IdMappingWorkflowSummary() |
Modifier and Type | Method and Description |
---|---|
IdMappingWorkflowSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the workflow was created.
|
Date |
getUpdatedAt()
The timestamp of when the workflow was last updated.
|
String |
getWorkflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IdMappingWorkflow . |
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 |
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
IdMappingWorkflow . |
void |
setWorkflowName(String workflowName)
The name of the workflow.
|
String |
toString()
Returns a string representation of this object.
|
IdMappingWorkflowSummary |
withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
|
IdMappingWorkflowSummary |
withUpdatedAt(Date updatedAt)
The timestamp of when the workflow was last updated.
|
IdMappingWorkflowSummary |
withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IdMappingWorkflow . |
IdMappingWorkflowSummary |
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 IdMappingWorkflowSummary withCreatedAt(Date createdAt)
The timestamp of when the workflow was created.
createdAt
- The timestamp of when the workflow was created.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 IdMappingWorkflowSummary 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 IdMappingWorkflow
.
workflowArn
- The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow
.public String getWorkflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow
.
IdMappingWorkflow
.public IdMappingWorkflowSummary withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow
.
workflowArn
- The ARN (Amazon Resource Name) that Entity Resolution generated for the IdMappingWorkflow
.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 IdMappingWorkflowSummary withWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String toString()
toString
in class Object
Object.toString()
public IdMappingWorkflowSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.