7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
10#include <aws/customer-profiles/model/ConflictResolution.h>
11#include <aws/customer-profiles/model/Consolidation.h>
16namespace CustomerProfiles {
39 template <
typename DomainNameT = Aws::String>
41 m_domainNameHasBeenSet =
true;
42 m_domainName = std::forward<DomainNameT>(value);
44 template <
typename DomainNameT = Aws::String>
57 template <
typename Consol
idationT = Consol
idation>
59 m_consolidationHasBeenSet =
true;
60 m_consolidation = std::forward<ConsolidationT>(value);
62 template <
typename Consol
idationT = Consol
idation>
76 template <
typename ConflictResolutionT = ConflictResolution>
78 m_conflictResolutionHasBeenSet =
true;
79 m_conflictResolution = std::forward<ConflictResolutionT>(value);
81 template <
typename ConflictResolutionT = ConflictResolution>
96 m_minAllowedConfidenceScoreForMergingHasBeenSet =
true;
97 m_minAllowedConfidenceScoreForMerging = value;
111 double m_minAllowedConfidenceScoreForMerging{0.0};
112 bool m_domainNameHasBeenSet =
false;
113 bool m_consolidationHasBeenSet =
false;
114 bool m_conflictResolutionHasBeenSet =
false;
115 bool m_minAllowedConfidenceScoreForMergingHasBeenSet =
false;
bool MinAllowedConfidenceScoreForMergingHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool DomainNameHasBeenSet() const
GetAutoMergingPreviewRequest & WithMinAllowedConfidenceScoreForMerging(double value)
void SetConflictResolution(ConflictResolutionT &&value)
GetAutoMergingPreviewRequest & WithConflictResolution(ConflictResolutionT &&value)
void SetConsolidation(ConsolidationT &&value)
double GetMinAllowedConfidenceScoreForMerging() const
void SetDomainName(DomainNameT &&value)
bool ConflictResolutionHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool ConsolidationHasBeenSet() const
const Consolidation & GetConsolidation() const
GetAutoMergingPreviewRequest & WithConsolidation(ConsolidationT &&value)
const Aws::String & GetDomainName() const
AWS_CUSTOMERPROFILES_API GetAutoMergingPreviewRequest()=default
const ConflictResolution & GetConflictResolution() const
void SetMinAllowedConfidenceScoreForMerging(double value)
GetAutoMergingPreviewRequest & WithDomainName(DomainNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String