7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ErrorHandlingConfig.h>
9#include <aws/appflow/model/WriteOperationType.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
46 template <
typename EntityNameT = Aws::String>
48 m_entityNameHasBeenSet =
true;
49 m_entityName = std::forward<EntityNameT>(value);
51 template <
typename EntityNameT = Aws::String>
65 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
67 m_errorHandlingConfigHasBeenSet =
true;
68 m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value);
70 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
85 m_writeOperationTypeHasBeenSet =
true;
86 m_writeOperationType = value;
101 template <
typename IdFieldNamesT = Aws::Vector<Aws::String>>
103 m_idFieldNamesHasBeenSet =
true;
104 m_idFieldNames = std::forward<IdFieldNamesT>(value);
106 template <
typename IdFieldNamesT = Aws::Vector<Aws::String>>
111 template <
typename IdFieldNamesT = Aws::String>
113 m_idFieldNamesHasBeenSet =
true;
114 m_idFieldNames.emplace_back(std::forward<IdFieldNamesT>(value));
126 template <
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
128 m_customPropertiesHasBeenSet =
true;
129 m_customProperties = std::forward<CustomPropertiesT>(value);
131 template <
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
136 template <
typename CustomPropertiesKeyT = Aws::String,
typename CustomPropertiesValueT = Aws::String>
138 m_customPropertiesHasBeenSet =
true;
139 m_customProperties.emplace(std::forward<CustomPropertiesKeyT>(key), std::forward<CustomPropertiesValueT>(value));
153 bool m_entityNameHasBeenSet =
false;
154 bool m_errorHandlingConfigHasBeenSet =
false;
155 bool m_writeOperationTypeHasBeenSet =
false;
156 bool m_idFieldNamesHasBeenSet =
false;
157 bool m_customPropertiesHasBeenSet =
false;
bool WriteOperationTypeHasBeenSet() const
CustomConnectorDestinationProperties & AddCustomProperties(CustomPropertiesKeyT &&key, CustomPropertiesValueT &&value)
bool ErrorHandlingConfigHasBeenSet() const
CustomConnectorDestinationProperties & WithWriteOperationType(WriteOperationType value)
CustomConnectorDestinationProperties & WithCustomProperties(CustomPropertiesT &&value)
void SetIdFieldNames(IdFieldNamesT &&value)
const Aws::String & GetEntityName() const
bool IdFieldNamesHasBeenSet() const
CustomConnectorDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfigT &&value)
CustomConnectorDestinationProperties & WithEntityName(EntityNameT &&value)
CustomConnectorDestinationProperties & AddIdFieldNames(IdFieldNamesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomProperties() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const ErrorHandlingConfig & GetErrorHandlingConfig() const
const Aws::Vector< Aws::String > & GetIdFieldNames() const
void SetErrorHandlingConfig(ErrorHandlingConfigT &&value)
AWS_APPFLOW_API CustomConnectorDestinationProperties()=default
AWS_APPFLOW_API CustomConnectorDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomConnectorDestinationProperties & WithIdFieldNames(IdFieldNamesT &&value)
bool CustomPropertiesHasBeenSet() const
WriteOperationType GetWriteOperationType() const
AWS_APPFLOW_API CustomConnectorDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
void SetWriteOperationType(WriteOperationType value)
bool EntityNameHasBeenSet() const
void SetEntityName(EntityNameT &&value)
void SetCustomProperties(CustomPropertiesT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue