@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ResolutionTechniques extends Object implements Serializable, Cloneable, StructuredPojo
An object which defines the resolutionType and the ruleBasedProperties
| Constructor and Description |
|---|
ResolutionTechniques() |
| Modifier and Type | Method and Description |
|---|---|
ResolutionTechniques |
clone() |
boolean |
equals(Object obj) |
String |
getResolutionType()
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
RuleBasedProperties |
getRuleBasedProperties()
An object which defines the list of matching rules to run and has a field
Rules, which is a list of
rule objects. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setResolutionType(String resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
void |
setRuleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list of
rule objects. |
String |
toString()
Returns a string representation of this object.
|
ResolutionTechniques |
withResolutionType(ResolutionType resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
ResolutionTechniques |
withResolutionType(String resolutionType)
There are two types of matching,
RULE_MATCHING and ML_MATCHING |
ResolutionTechniques |
withRuleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list of
rule objects. |
public void setResolutionType(String resolutionType)
There are two types of matching, RULE_MATCHING and ML_MATCHING
resolutionType - There are two types of matching, RULE_MATCHING and ML_MATCHINGResolutionTypepublic String getResolutionType()
There are two types of matching, RULE_MATCHING and ML_MATCHING
RULE_MATCHING and ML_MATCHINGResolutionTypepublic ResolutionTechniques withResolutionType(String resolutionType)
There are two types of matching, RULE_MATCHING and ML_MATCHING
resolutionType - There are two types of matching, RULE_MATCHING and ML_MATCHINGResolutionTypepublic ResolutionTechniques withResolutionType(ResolutionType resolutionType)
There are two types of matching, RULE_MATCHING and ML_MATCHING
resolutionType - There are two types of matching, RULE_MATCHING and ML_MATCHINGResolutionTypepublic void setRuleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field Rules, which is a list of
rule objects.
ruleBasedProperties - An object which defines the list of matching rules to run and has a field Rules, which is a
list of rule objects.public RuleBasedProperties getRuleBasedProperties()
An object which defines the list of matching rules to run and has a field Rules, which is a list of
rule objects.
Rules, which is a
list of rule objects.public ResolutionTechniques withRuleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field Rules, which is a list of
rule objects.
ruleBasedProperties - An object which defines the list of matching rules to run and has a field Rules, which is a
list of rule objects.public String toString()
toString in class ObjectObject.toString()public ResolutionTechniques clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.