@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AutoMerging extends Object implements Serializable, Cloneable, StructuredPojo
Configuration settings for how to perform the auto-merging of profiles.
| Constructor and Description |
|---|
AutoMerging() |
| Modifier and Type | Method and Description |
|---|---|
AutoMerging |
clone() |
boolean |
equals(Object obj) |
ConflictResolution |
getConflictResolution()
How the auto-merging process should resolve conflicts between different profiles.
|
Consolidation |
getConsolidation()
A list of matching attributes that represent matching criteria.
|
Boolean |
getEnabled()
The flag that enables the auto-merging of duplicate profiles.
|
int |
hashCode() |
Boolean |
isEnabled()
The flag that enables the auto-merging of duplicate profiles.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
void |
setConsolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria.
|
void |
setEnabled(Boolean enabled)
The flag that enables the auto-merging of duplicate profiles.
|
String |
toString()
Returns a string representation of this object.
|
AutoMerging |
withConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles.
|
AutoMerging |
withConsolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria.
|
AutoMerging |
withEnabled(Boolean enabled)
The flag that enables the auto-merging of duplicate profiles.
|
public void setEnabled(Boolean enabled)
The flag that enables the auto-merging of duplicate profiles.
enabled - The flag that enables the auto-merging of duplicate profiles.public Boolean getEnabled()
The flag that enables the auto-merging of duplicate profiles.
public AutoMerging withEnabled(Boolean enabled)
The flag that enables the auto-merging of duplicate profiles.
enabled - The flag that enables the auto-merging of duplicate profiles.public Boolean isEnabled()
The flag that enables the auto-merging of duplicate profiles.
public void setConsolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
consolidation - A list of matching attributes that represent matching criteria. If two profiles meet at least one of the
requirements in the matching attributes list, they will be merged.public Consolidation getConsolidation()
A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
public AutoMerging withConsolidation(Consolidation consolidation)
A list of matching attributes that represent matching criteria. If two profiles meet at least one of the requirements in the matching attributes list, they will be merged.
consolidation - A list of matching attributes that represent matching criteria. If two profiles meet at least one of the
requirements in the matching attributes list, they will be merged.public void setConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and
Profile B have the same FirstName and LastName (and that is the matching criteria),
which EmailAddress should be used?
conflictResolution - How the auto-merging process should resolve conflicts between different profiles. For example, if Profile
A and Profile B have the same FirstName and LastName (and that is the matching
criteria), which EmailAddress should be used?public ConflictResolution getConflictResolution()
How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and
Profile B have the same FirstName and LastName (and that is the matching criteria),
which EmailAddress should be used?
FirstName and LastName (and that is the matching
criteria), which EmailAddress should be used?public AutoMerging withConflictResolution(ConflictResolution conflictResolution)
How the auto-merging process should resolve conflicts between different profiles. For example, if Profile A and
Profile B have the same FirstName and LastName (and that is the matching criteria),
which EmailAddress should be used?
conflictResolution - How the auto-merging process should resolve conflicts between different profiles. For example, if Profile
A and Profile B have the same FirstName and LastName (and that is the matching
criteria), which EmailAddress should be used?public String toString()
toString in class ObjectObject.toString()public AutoMerging clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.