7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CustomerProfiles
49 inline void SetObject(
const char* value) { m_objectHasBeenSet =
true; m_object.assign(value); }
72 inline void SetIncludeDeletedRecords(
bool value) { m_includeDeletedRecordsHasBeenSet =
true; m_includeDeletedRecords = value; }
78 bool m_objectHasBeenSet =
false;
80 bool m_enableDynamicFieldUpdate;
81 bool m_enableDynamicFieldUpdateHasBeenSet =
false;
83 bool m_includeDeletedRecords;
84 bool m_includeDeletedRecordsHasBeenSet =
false;
bool EnableDynamicFieldUpdateHasBeenSet() const
bool GetEnableDynamicFieldUpdate() const
SalesforceSourceProperties & WithObject(const Aws::String &value)
void SetObject(Aws::String &&value)
AWS_CUSTOMERPROFILES_API SalesforceSourceProperties(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetObject() const
void SetEnableDynamicFieldUpdate(bool value)
bool IncludeDeletedRecordsHasBeenSet() const
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
SalesforceSourceProperties & WithObject(Aws::String &&value)
void SetObject(const char *value)
bool GetIncludeDeletedRecords() const
void SetObject(const Aws::String &value)
AWS_CUSTOMERPROFILES_API SalesforceSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
SalesforceSourceProperties & WithEnableDynamicFieldUpdate(bool value)
bool ObjectHasBeenSet() const
SalesforceSourceProperties & WithIncludeDeletedRecords(bool value)
void SetIncludeDeletedRecords(bool value)
AWS_CUSTOMERPROFILES_API SalesforceSourceProperties()
SalesforceSourceProperties & WithObject(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue