7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/CustomerProfilesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/customer-profiles/model/FieldSourceProfileIds.h>
16namespace CustomerProfiles
45 inline void SetDomainName(
const char* value) { m_domainNameHasBeenSet =
true; m_domainName.assign(value); }
59 inline void SetMainProfileId(
const char* value) { m_mainProfileIdHasBeenSet =
true; m_mainProfileId.assign(value); }
97 bool m_domainNameHasBeenSet =
false;
100 bool m_mainProfileIdHasBeenSet =
false;
103 bool m_profileIdsToBeMergedHasBeenSet =
false;
106 bool m_fieldSourceProfileIdsHasBeenSet =
false;
MergeProfilesRequest & WithMainProfileId(const Aws::String &value)
void SetDomainName(Aws::String &&value)
void SetMainProfileId(const char *value)
MergeProfilesRequest & AddProfileIdsToBeMerged(const Aws::String &value)
MergeProfilesRequest & AddProfileIdsToBeMerged(const char *value)
MergeProfilesRequest & AddProfileIdsToBeMerged(Aws::String &&value)
const Aws::Vector< Aws::String > & GetProfileIdsToBeMerged() const
MergeProfilesRequest & WithDomainName(const Aws::String &value)
MergeProfilesRequest & WithProfileIdsToBeMerged(const Aws::Vector< Aws::String > &value)
MergeProfilesRequest & WithFieldSourceProfileIds(FieldSourceProfileIds &&value)
void SetMainProfileId(const Aws::String &value)
void SetFieldSourceProfileIds(FieldSourceProfileIds &&value)
AWS_CUSTOMERPROFILES_API MergeProfilesRequest()
const Aws::String & GetMainProfileId() const
virtual const char * GetServiceRequestName() const override
MergeProfilesRequest & WithDomainName(const char *value)
const Aws::String & GetDomainName() const
MergeProfilesRequest & WithMainProfileId(Aws::String &&value)
bool ProfileIdsToBeMergedHasBeenSet() const
void SetProfileIdsToBeMerged(Aws::Vector< Aws::String > &&value)
bool DomainNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::String SerializePayload() const override
bool FieldSourceProfileIdsHasBeenSet() const
void SetFieldSourceProfileIds(const FieldSourceProfileIds &value)
const FieldSourceProfileIds & GetFieldSourceProfileIds() const
void SetDomainName(const char *value)
MergeProfilesRequest & WithDomainName(Aws::String &&value)
bool MainProfileIdHasBeenSet() const
MergeProfilesRequest & WithMainProfileId(const char *value)
void SetProfileIdsToBeMerged(const Aws::Vector< Aws::String > &value)
MergeProfilesRequest & WithProfileIdsToBeMerged(Aws::Vector< Aws::String > &&value)
MergeProfilesRequest & WithFieldSourceProfileIds(const FieldSourceProfileIds &value)
void SetMainProfileId(Aws::String &&value)
void SetDomainName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector