@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateIdMappingWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateIdMappingWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
CreateIdMappingWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the workflow.
|
IdMappingTechniques |
getIdMappingTechniques()
An object which defines the ID mapping technique and any additional configurations.
|
List<IdMappingWorkflowInputSource> |
getInputSourceConfig()
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
List<IdMappingWorkflowOutputSource> |
getOutputSourceConfig()
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output . |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
String |
getWorkflowArn()
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IDMappingWorkflow . |
String |
getWorkflowName()
The name of the workflow.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the workflow.
|
void |
setIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the ID mapping technique and any additional configurations.
|
void |
setInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
void |
setOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output . |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
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.
|
CreateIdMappingWorkflowResult |
withDescription(String description)
A description of the workflow.
|
CreateIdMappingWorkflowResult |
withIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the ID mapping technique and any additional configurations.
|
CreateIdMappingWorkflowResult |
withInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
CreateIdMappingWorkflowResult |
withInputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
CreateIdMappingWorkflowResult |
withOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output . |
CreateIdMappingWorkflowResult |
withOutputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of
IdMappingWorkflowOutputSource objects, each of which contains fields
OutputS3Path and Output . |
CreateIdMappingWorkflowResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateIdMappingWorkflowResult |
withWorkflowArn(String workflowArn)
The ARN (Amazon Resource Name) that Entity Resolution generated for the
IDMappingWorkflow . |
CreateIdMappingWorkflowResult |
withWorkflowName(String workflowName)
The name of the workflow.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDescription(String description)
A description of the workflow.
description
- A description of the workflow.public String getDescription()
A description of the workflow.
public CreateIdMappingWorkflowResult withDescription(String description)
A description of the workflow.
description
- A description of the workflow.public void setIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the ID mapping technique and any additional configurations.
idMappingTechniques
- An object which defines the ID mapping technique and any additional configurations.public IdMappingTechniques getIdMappingTechniques()
An object which defines the ID mapping technique and any additional configurations.
public CreateIdMappingWorkflowResult withIdMappingTechniques(IdMappingTechniques idMappingTechniques)
An object which defines the ID mapping technique and any additional configurations.
idMappingTechniques
- An object which defines the ID mapping technique and any additional configurations.public List<IdMappingWorkflowInputSource> getInputSourceConfig()
A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.
InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.public void setInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.
inputSourceConfig
- A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.public CreateIdMappingWorkflowResult withInputSourceConfig(IdMappingWorkflowInputSource... inputSourceConfig)
A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.
NOTE: This method appends the values to the existing list (if any). Use
setInputSourceConfig(java.util.Collection)
or withInputSourceConfig(java.util.Collection)
if
you want to override the existing values.
inputSourceConfig
- A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.public CreateIdMappingWorkflowResult withInputSourceConfig(Collection<IdMappingWorkflowInputSource> inputSourceConfig)
A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.
inputSourceConfig
- A list of InputSource
objects, which have the fields InputSourceARN
and
SchemaName
.public List<IdMappingWorkflowOutputSource> getOutputSourceConfig()
A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.
IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.public void setOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.
outputSourceConfig
- A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.public CreateIdMappingWorkflowResult withOutputSourceConfig(IdMappingWorkflowOutputSource... outputSourceConfig)
A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.
NOTE: This method appends the values to the existing list (if any). Use
setOutputSourceConfig(java.util.Collection)
or withOutputSourceConfig(java.util.Collection)
if
you want to override the existing values.
outputSourceConfig
- A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.public CreateIdMappingWorkflowResult withOutputSourceConfig(Collection<IdMappingWorkflowOutputSource> outputSourceConfig)
A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.
outputSourceConfig
- A list of IdMappingWorkflowOutputSource
objects, each of which contains fields
OutputS3Path
and Output
.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
roleArn
- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on
your behalf as part of workflow execution.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
public CreateIdMappingWorkflowResult withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on your behalf as part of workflow execution.
roleArn
- The Amazon Resource Name (ARN) of the IAM role. Entity Resolution assumes this role to create resources on
your behalf as part of workflow execution.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 CreateIdMappingWorkflowResult 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 CreateIdMappingWorkflowResult withWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String toString()
toString
in class Object
Object.toString()
public CreateIdMappingWorkflowResult clone()