Class ResolutionTechniques
- java.lang.Object
-
- software.amazon.awssdk.services.entityresolution.model.ResolutionTechniques
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>
@Generated("software.amazon.awssdk:codegen") public final class ResolutionTechniques extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>
An object which defines the
resolutionTypeand theruleBasedProperties.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResolutionTechniques.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResolutionTechniques.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ProviderPropertiesproviderProperties()The properties of the provider service.ResolutionTyperesolutionType()The type of matching.StringresolutionTypeAsString()The type of matching.RuleBasedPropertiesruleBasedProperties()An object which defines the list of matching rules to run and has a fieldRules, which is a list of rule objects.List<SdkField<?>>sdkFields()static Class<? extends ResolutionTechniques.Builder>serializableBuilderClass()ResolutionTechniques.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
providerProperties
public final ProviderProperties providerProperties()
The properties of the provider service.
- Returns:
- The properties of the provider service.
-
resolutionType
public final ResolutionType resolutionType()
The type of matching. There are two types of matching:
RULE_MATCHINGandML_MATCHING.If the service returns an enum value that is not available in the current SDK version,
resolutionTypewill returnResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolutionTypeAsString().- Returns:
- The type of matching. There are two types of matching:
RULE_MATCHINGandML_MATCHING. - See Also:
ResolutionType
-
resolutionTypeAsString
public final String resolutionTypeAsString()
The type of matching. There are two types of matching:
RULE_MATCHINGandML_MATCHING.If the service returns an enum value that is not available in the current SDK version,
resolutionTypewill returnResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresolutionTypeAsString().- Returns:
- The type of matching. There are two types of matching:
RULE_MATCHINGandML_MATCHING. - See Also:
ResolutionType
-
ruleBasedProperties
public final 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.- Returns:
- An object which defines the list of matching rules to run and has a field
Rules, which is a list of rule objects.
-
toBuilder
public ResolutionTechniques.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>
-
builder
public static ResolutionTechniques.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResolutionTechniques.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-