Class MatchingResponse
- java.lang.Object
-
- software.amazon.awssdk.services.customerprofiles.model.MatchingResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MatchingResponse.Builder,MatchingResponse>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMatchingResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoMergingautoMerging()Configuration information about the auto-merging process.static MatchingResponse.Builderbuilder()Booleanenabled()The flag that enables the matching process of duplicate profiles.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ExportingConfigexportingConfig()Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()JobSchedulejobSchedule()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.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
-
enabled
public final Boolean enabled()
The flag that enables the matching process of duplicate profiles.
- Returns:
- The flag that enables the matching process of duplicate profiles.
-
jobSchedule
public final JobSchedule jobSchedule()
The day and time when do you want to start the Identity Resolution Job every week.
- Returns:
- The day and time when do you want to start the Identity Resolution Job every week.
-
autoMerging
public final AutoMerging autoMerging()
Configuration information about the auto-merging process.
- Returns:
- Configuration information about the auto-merging process.
-
exportingConfig
public final ExportingConfig exportingConfig()
Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
- Returns:
- Configuration information for exporting Identity Resolution results, for example, to an S3 bucket.
-
toBuilder
public MatchingResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MatchingResponse.Builder,MatchingResponse>
-
builder
public static MatchingResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends MatchingResponse.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.
-
-