@Generated(value="software.amazon.awssdk:codegen") public final class MatchingResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MatchingResponse.Builder,MatchingResponse>
The flag that enables the matching process of duplicate profiles.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MatchingResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
AutoMerging |
autoMerging()
Configuration information about the auto-merging process.
|
static MatchingResponse.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 MatchingResponse.Builder> |
serializableBuilderClass() |
MatchingResponse.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 MatchingResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MatchingResponse.Builder,MatchingResponse>public static MatchingResponse.Builder builder()
public static Class<? extends MatchingResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.