7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ErrorHandlingConfig.h>
10#include <aws/appflow/model/WriteOperationType.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
52 template<
typename EntityNameT = Aws::String>
53 void SetEntityName(EntityNameT&& value) { m_entityNameHasBeenSet =
true; m_entityName = std::forward<EntityNameT>(value); }
54 template<
typename EntityNameT = Aws::String>
65 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
66 void SetErrorHandlingConfig(ErrorHandlingConfigT&& value) { m_errorHandlingConfigHasBeenSet =
true; m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value); }
67 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
89 template<
typename IdFieldNamesT = Aws::Vector<Aws::String>>
90 void SetIdFieldNames(IdFieldNamesT&& value) { m_idFieldNamesHasBeenSet =
true; m_idFieldNames = std::forward<IdFieldNamesT>(value); }
91 template<
typename IdFieldNamesT = Aws::Vector<Aws::String>>
93 template<
typename IdFieldNamesT = Aws::String>
104 template<
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
105 void SetCustomProperties(CustomPropertiesT&& value) { m_customPropertiesHasBeenSet =
true; m_customProperties = std::forward<CustomPropertiesT>(value); }
106 template<
typename CustomPropertiesT = Aws::Map<Aws::String, Aws::String>>
108 template<
typename CustomPropertiesKeyT = Aws::String,
typename CustomPropertiesValueT = Aws::String>
110 m_customPropertiesHasBeenSet =
true; m_customProperties.emplace(std::forward<CustomPropertiesKeyT>(key), std::forward<CustomPropertiesValueT>(value));
return *
this;
116 bool m_entityNameHasBeenSet =
false;
119 bool m_errorHandlingConfigHasBeenSet =
false;
122 bool m_writeOperationTypeHasBeenSet =
false;
125 bool m_idFieldNamesHasBeenSet =
false;
128 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