7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/ConflictResolvingModel.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace CustomerProfiles
70 inline void SetSourceName(
const char* value) { m_sourceNameHasBeenSet =
true; m_sourceName.assign(value); }
78 bool m_conflictResolvingModelHasBeenSet =
false;
81 bool m_sourceNameHasBeenSet =
false;
void SetConflictResolvingModel(ConflictResolvingModel &&value)
void SetSourceName(Aws::String &&value)
void SetConflictResolvingModel(const ConflictResolvingModel &value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool SourceNameHasBeenSet() const
ConflictResolution & WithSourceName(Aws::String &&value)
bool ConflictResolvingModelHasBeenSet() const
AWS_CUSTOMERPROFILES_API ConflictResolution()
ConflictResolution & WithSourceName(const Aws::String &value)
ConflictResolution & WithConflictResolvingModel(ConflictResolvingModel &&value)
ConflictResolution & WithConflictResolvingModel(const ConflictResolvingModel &value)
void SetSourceName(const Aws::String &value)
const ConflictResolvingModel & GetConflictResolvingModel() const
AWS_CUSTOMERPROFILES_API ConflictResolution & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CUSTOMERPROFILES_API ConflictResolution(Aws::Utils::Json::JsonView jsonValue)
void SetSourceName(const char *value)
const Aws::String & GetSourceName() const
ConflictResolution & WithSourceName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue