@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMatchingWorkflowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateMatchingWorkflowResult() |
Modifier and Type | Method and Description |
---|---|
UpdateMatchingWorkflowResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
A description of the workflow.
|
IncrementalRunConfig |
getIncrementalRunConfig()
An object which defines an incremental run type and has only
incrementalRunType as a field. |
List<InputSource> |
getInputSourceConfig()
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
List<OutputSource> |
getOutputSourceConfig()
A list of
OutputSource objects, each of which contains fields OutputS3Path ,
ApplyNormalization , and Output . |
ResolutionTechniques |
getResolutionTechniques()
An object which defines the
resolutionType and the ruleBasedProperties |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM role.
|
String |
getWorkflowName()
The name of the workflow.
|
int |
hashCode() |
void |
setDescription(String description)
A description of the workflow.
|
void |
setIncrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
void |
setInputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
void |
setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path ,
ApplyNormalization , and Output . |
void |
setResolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
void |
setWorkflowName(String workflowName)
The name of the workflow.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMatchingWorkflowResult |
withDescription(String description)
A description of the workflow.
|
UpdateMatchingWorkflowResult |
withIncrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only
incrementalRunType as a field. |
UpdateMatchingWorkflowResult |
withInputSourceConfig(Collection<InputSource> inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
UpdateMatchingWorkflowResult |
withInputSourceConfig(InputSource... inputSourceConfig)
A list of
InputSource objects, which have the fields InputSourceARN and
SchemaName . |
UpdateMatchingWorkflowResult |
withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path ,
ApplyNormalization , and Output . |
UpdateMatchingWorkflowResult |
withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of
OutputSource objects, each of which contains fields OutputS3Path ,
ApplyNormalization , and Output . |
UpdateMatchingWorkflowResult |
withResolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the
resolutionType and the ruleBasedProperties |
UpdateMatchingWorkflowResult |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
UpdateMatchingWorkflowResult |
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 UpdateMatchingWorkflowResult withDescription(String description)
A description of the workflow.
description
- A description of the workflow.public void setIncrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only incrementalRunType
as a field.
incrementalRunConfig
- An object which defines an incremental run type and has only incrementalRunType
as a field.public IncrementalRunConfig getIncrementalRunConfig()
An object which defines an incremental run type and has only incrementalRunType
as a field.
incrementalRunType
as a field.public UpdateMatchingWorkflowResult withIncrementalRunConfig(IncrementalRunConfig incrementalRunConfig)
An object which defines an incremental run type and has only incrementalRunType
as a field.
incrementalRunConfig
- An object which defines an incremental run type and has only incrementalRunType
as a field.public List<InputSource> 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<InputSource> 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 UpdateMatchingWorkflowResult withInputSourceConfig(InputSource... 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 UpdateMatchingWorkflowResult withInputSourceConfig(Collection<InputSource> 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<OutputSource> getOutputSourceConfig()
A list of OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.
OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.public void setOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.
outputSourceConfig
- A list of OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.public UpdateMatchingWorkflowResult withOutputSourceConfig(OutputSource... outputSourceConfig)
A list of OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, 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 OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.public UpdateMatchingWorkflowResult withOutputSourceConfig(Collection<OutputSource> outputSourceConfig)
A list of OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.
outputSourceConfig
- A list of OutputSource
objects, each of which contains fields OutputS3Path
,
ApplyNormalization
, and Output
.public void setResolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the resolutionType
and the ruleBasedProperties
resolutionTechniques
- An object which defines the resolutionType
and the ruleBasedProperties
public ResolutionTechniques getResolutionTechniques()
An object which defines the resolutionType
and the ruleBasedProperties
resolutionType
and the ruleBasedProperties
public UpdateMatchingWorkflowResult withResolutionTechniques(ResolutionTechniques resolutionTechniques)
An object which defines the resolutionType
and the ruleBasedProperties
resolutionTechniques
- An object which defines the resolutionType
and the ruleBasedProperties
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 UpdateMatchingWorkflowResult 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 setWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String getWorkflowName()
The name of the workflow.
public UpdateMatchingWorkflowResult withWorkflowName(String workflowName)
The name of the workflow.
workflowName
- The name of the workflow.public String toString()
toString
in class Object
Object.toString()
public UpdateMatchingWorkflowResult clone()