7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/appflow/model/ErrorHandlingConfig.h>
11#include <aws/appflow/model/WriteOperationType.h>
12#include <aws/appflow/model/SalesforceDataTransferApi.h>
51 template<
typename ObjectT = Aws::String>
52 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
53 template<
typename ObjectT = Aws::String>
64 template<
typename IdFieldNamesT = Aws::Vector<Aws::String>>
65 void SetIdFieldNames(IdFieldNamesT&& value) { m_idFieldNamesHasBeenSet =
true; m_idFieldNames = std::forward<IdFieldNamesT>(value); }
66 template<
typename IdFieldNamesT = Aws::Vector<Aws::String>>
68 template<
typename IdFieldNamesT = Aws::String>
83 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
84 void SetErrorHandlingConfig(ErrorHandlingConfigT&& value) { m_errorHandlingConfigHasBeenSet =
true; m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value); }
85 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
138 bool m_objectHasBeenSet =
false;
141 bool m_idFieldNamesHasBeenSet =
false;
144 bool m_errorHandlingConfigHasBeenSet =
false;
147 bool m_writeOperationTypeHasBeenSet =
false;
150 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