7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ErrorHandlingConfig.h>
9#include <aws/appflow/model/SalesforceDataTransferApi.h>
10#include <aws/appflow/model/WriteOperationType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
45 template <
typename ObjectT = Aws::String>
47 m_objectHasBeenSet =
true;
48 m_object = std::forward<ObjectT>(value);
50 template <
typename ObjectT = Aws::String>
64 template <
typename IdFieldNamesT = Aws::Vector<Aws::String>>
66 m_idFieldNamesHasBeenSet =
true;
67 m_idFieldNames = std::forward<IdFieldNamesT>(value);
69 template <
typename IdFieldNamesT = Aws::Vector<Aws::String>>
74 template <
typename IdFieldNamesT = Aws::String>
76 m_idFieldNamesHasBeenSet =
true;
77 m_idFieldNames.emplace_back(std::forward<IdFieldNamesT>(value));
93 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
95 m_errorHandlingConfigHasBeenSet =
true;
96 m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value);
98 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
114 m_writeOperationTypeHasBeenSet =
true;
115 m_writeOperationType = value;
155 m_dataTransferApiHasBeenSet =
true;
156 m_dataTransferApi = value;
173 bool m_objectHasBeenSet =
false;
174 bool m_idFieldNamesHasBeenSet =
false;
175 bool m_errorHandlingConfigHasBeenSet =
false;
176 bool m_writeOperationTypeHasBeenSet =
false;
177 bool m_dataTransferApiHasBeenSet =
false;
void SetDataTransferApi(SalesforceDataTransferApi value)
SalesforceDataTransferApi GetDataTransferApi() const
const Aws::Vector< Aws::String > & GetIdFieldNames() const
void SetObject(ObjectT &&value)
SalesforceDestinationProperties & WithDataTransferApi(SalesforceDataTransferApi value)
AWS_APPFLOW_API SalesforceDestinationProperties()=default
SalesforceDestinationProperties & AddIdFieldNames(IdFieldNamesT &&value)
SalesforceDestinationProperties & WithIdFieldNames(IdFieldNamesT &&value)
bool DataTransferApiHasBeenSet() const
SalesforceDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfigT &&value)
void SetWriteOperationType(WriteOperationType value)
bool IdFieldNamesHasBeenSet() const
bool ErrorHandlingConfigHasBeenSet() const
AWS_APPFLOW_API SalesforceDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ObjectHasBeenSet() const
SalesforceDestinationProperties & WithWriteOperationType(WriteOperationType value)
bool WriteOperationTypeHasBeenSet() const
SalesforceDestinationProperties & WithObject(ObjectT &&value)
const ErrorHandlingConfig & GetErrorHandlingConfig() const
void SetIdFieldNames(IdFieldNamesT &&value)
AWS_APPFLOW_API SalesforceDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
WriteOperationType GetWriteOperationType() const
const Aws::String & GetObject() const
void SetErrorHandlingConfig(ErrorHandlingConfigT &&value)
SalesforceDataTransferApi
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue