7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace CustomerProfiles
47 template<
typename ObjectT = Aws::String>
48 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
49 template<
typename ObjectT = Aws::String>
70 inline void SetIncludeDeletedRecords(
bool value) { m_includeDeletedRecordsHasBeenSet =
true; m_includeDeletedRecords = value; }
76 bool m_objectHasBeenSet =
false;
78 bool m_enableDynamicFieldUpdate{
false};
79 bool m_enableDynamicFieldUpdateHasBeenSet =
false;
81 bool m_includeDeletedRecords{
false};
82 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