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>
54 inline void SetEntityName(
const char* value) { m_entityNameHasBeenSet =
true; m_entityName.assign(value); }
124 bool m_entityNameHasBeenSet =
false;
127 bool m_errorHandlingConfigHasBeenSet =
false;
130 bool m_writeOperationTypeHasBeenSet =
false;
133 bool m_idFieldNamesHasBeenSet =
false;
136 bool m_customPropertiesHasBeenSet =
false;
bool WriteOperationTypeHasBeenSet() const
CustomConnectorDestinationProperties & WithIdFieldNames(Aws::Vector< Aws::String > &&value)
CustomConnectorDestinationProperties & WithEntityName(Aws::String &&value)
CustomConnectorDestinationProperties & AddIdFieldNames(const char *value)
void SetIdFieldNames(Aws::Vector< Aws::String > &&value)
CustomConnectorDestinationProperties & WithCustomProperties(Aws::Map< Aws::String, Aws::String > &&value)
void SetCustomProperties(const Aws::Map< Aws::String, Aws::String > &value)
bool ErrorHandlingConfigHasBeenSet() const
void SetWriteOperationType(const WriteOperationType &value)
void SetEntityName(Aws::String &&value)
void SetWriteOperationType(WriteOperationType &&value)
const Aws::String & GetEntityName() const
bool IdFieldNamesHasBeenSet() const
void SetErrorHandlingConfig(const ErrorHandlingConfig &value)
void SetEntityName(const Aws::String &value)
CustomConnectorDestinationProperties & AddCustomProperties(Aws::String &&key, const char *value)
CustomConnectorDestinationProperties & AddCustomProperties(const Aws::String &key, const Aws::String &value)
CustomConnectorDestinationProperties & AddCustomProperties(Aws::String &&key, const Aws::String &value)
CustomConnectorDestinationProperties & WithIdFieldNames(const Aws::Vector< Aws::String > &value)
void SetIdFieldNames(const Aws::Vector< Aws::String > &value)
CustomConnectorDestinationProperties & WithEntityName(const char *value)
const Aws::Map< Aws::String, Aws::String > & GetCustomProperties() const
CustomConnectorDestinationProperties & WithWriteOperationType(const WriteOperationType &value)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomProperties(Aws::Map< Aws::String, Aws::String > &&value)
const ErrorHandlingConfig & GetErrorHandlingConfig() const
CustomConnectorDestinationProperties & WithEntityName(const Aws::String &value)
const Aws::Vector< Aws::String > & GetIdFieldNames() const
AWS_APPFLOW_API CustomConnectorDestinationProperties()
CustomConnectorDestinationProperties & WithErrorHandlingConfig(const ErrorHandlingConfig &value)
const WriteOperationType & GetWriteOperationType() const
void SetEntityName(const char *value)
CustomConnectorDestinationProperties & AddIdFieldNames(Aws::String &&value)
CustomConnectorDestinationProperties & WithWriteOperationType(WriteOperationType &&value)
AWS_APPFLOW_API CustomConnectorDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
CustomConnectorDestinationProperties & AddCustomProperties(const char *key, Aws::String &&value)
bool CustomPropertiesHasBeenSet() const
CustomConnectorDestinationProperties & AddCustomProperties(const Aws::String &key, Aws::String &&value)
CustomConnectorDestinationProperties & AddCustomProperties(const char *key, const char *value)
AWS_APPFLOW_API CustomConnectorDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
CustomConnectorDestinationProperties & WithCustomProperties(const Aws::Map< Aws::String, Aws::String > &value)
bool EntityNameHasBeenSet() const
CustomConnectorDestinationProperties & AddCustomProperties(Aws::String &&key, Aws::String &&value)
CustomConnectorDestinationProperties & AddIdFieldNames(const Aws::String &value)
CustomConnectorDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfig &&value)
void SetErrorHandlingConfig(ErrorHandlingConfig &&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