@Generated(value="software.amazon.awssdk:codegen") public final class ResolutionTechniques extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>
An object which defines the resolutionType and the ruleBasedProperties.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ResolutionTechniques.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ResolutionTechniques.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ProviderProperties |
providerProperties()
The properties of the provider service.
|
ResolutionType |
resolutionType()
The type of matching.
|
String |
resolutionTypeAsString()
The type of matching.
|
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. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ResolutionTechniques.Builder> |
serializableBuilderClass() |
ResolutionTechniques.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ProviderProperties providerProperties()
The properties of the provider service.
public final ResolutionType resolutionType()
The type of matching. There are two types of matching: RULE_MATCHING and ML_MATCHING.
If the service returns an enum value that is not available in the current SDK version, resolutionType
will return ResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resolutionTypeAsString().
RULE_MATCHING and
ML_MATCHING.ResolutionTypepublic final String resolutionTypeAsString()
The type of matching. There are two types of matching: RULE_MATCHING and ML_MATCHING.
If the service returns an enum value that is not available in the current SDK version, resolutionType
will return ResolutionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resolutionTypeAsString().
RULE_MATCHING and
ML_MATCHING.ResolutionTypepublic 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.
Rules, which is a
list of rule objects.public ResolutionTechniques.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ResolutionTechniques.Builder,ResolutionTechniques>public static ResolutionTechniques.Builder builder()
public static Class<? extends ResolutionTechniques.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.