@Generated(value="software.amazon.awssdk:codegen") public final class MatchingRequest extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchingRequest.Builder,MatchingRequest>
The flag that enables the matching process of duplicate profiles.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MatchingRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoMerging |
autoMerging()
Configuration information about the auto-merging process.
|
static MatchingRequest.Builder |
builder() |
Boolean |
enabled()
The flag that enables the matching process of duplicate profiles.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ExportingConfig |
exportingConfig()
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
JobSchedule |
jobSchedule()
The day and time when do you want to start the Identity Resolution Job every week.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends MatchingRequest.Builder> |
serializableBuilderClass() |
MatchingRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean enabled()
The flag that enables the matching process of duplicate profiles.
public final JobSchedule jobSchedule()
The day and time when do you want to start the Identity Resolution Job every week.
public final AutoMerging autoMerging()
Configuration information about the auto-merging process.
public final ExportingConfig exportingConfig()
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
public MatchingRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MatchingRequest.Builder,MatchingRequest>public static MatchingRequest.Builder builder()
public static Class<? extends MatchingRequest.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.