7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
19namespace CustomerProfiles {
41 template <
typename ObjectT = Aws::String>
43 m_objectHasBeenSet =
true;
44 m_object = std::forward<ObjectT>(value);
46 template <
typename ObjectT = Aws::String>
61 m_enableDynamicFieldUpdateHasBeenSet =
true;
62 m_enableDynamicFieldUpdate = value;
77 m_includeDeletedRecordsHasBeenSet =
true;
78 m_includeDeletedRecords = value;
88 bool m_enableDynamicFieldUpdate{
false};
90 bool m_includeDeletedRecords{
false};
91 bool m_objectHasBeenSet =
false;
92 bool m_enableDynamicFieldUpdateHasBeenSet =
false;
93 bool m_includeDeletedRecordsHasBeenSet =
false;
bool EnableDynamicFieldUpdateHasBeenSet() const
AWS_CUSTOMERPROFILES_API SalesforceSourceProperties()=default
bool GetEnableDynamicFieldUpdate() const
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
void SetObject(ObjectT &&value)
bool GetIncludeDeletedRecords() const
AWS_CUSTOMERPROFILES_API SalesforceSourceProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
SalesforceSourceProperties & WithEnableDynamicFieldUpdate(bool value)
bool ObjectHasBeenSet() const
SalesforceSourceProperties & WithObject(ObjectT &&value)
SalesforceSourceProperties & WithIncludeDeletedRecords(bool value)
void SetIncludeDeletedRecords(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue