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>
50 template<
typename ObjectT = Aws::String>
51 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
52 template<
typename ObjectT = Aws::String>
60 template<
typename IdFieldNamesT = Aws::Vector<Aws::String>>
61 void SetIdFieldNames(IdFieldNamesT&& value) { m_idFieldNamesHasBeenSet =
true; m_idFieldNames = std::forward<IdFieldNamesT>(value); }
62 template<
typename IdFieldNamesT = Aws::Vector<Aws::String>>
64 template<
typename IdFieldNamesT = Aws::String>
72 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
73 void SetErrorHandlingConfig(ErrorHandlingConfigT&& value) { m_errorHandlingConfigHasBeenSet =
true; m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value); }
74 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
88 bool m_objectHasBeenSet =
false;
91 bool m_idFieldNamesHasBeenSet =
false;
94 bool m_errorHandlingConfigHasBeenSet =
false;
97 bool m_writeOperationTypeHasBeenSet =
false;
void SetIdFieldNames(IdFieldNamesT &&value)
ZendeskDestinationProperties & WithObject(ObjectT &&value)
bool WriteOperationTypeHasBeenSet() const
bool ErrorHandlingConfigHasBeenSet() const
void SetObject(ObjectT &&value)
WriteOperationType GetWriteOperationType() const
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
ZendeskDestinationProperties & AddIdFieldNames(IdFieldNamesT &&value)
bool ObjectHasBeenSet() const
ZendeskDestinationProperties & WithWriteOperationType(WriteOperationType value)
AWS_APPFLOW_API ZendeskDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
ZendeskDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfigT &&value)
AWS_APPFLOW_API ZendeskDestinationProperties()=default
bool IdFieldNamesHasBeenSet() const
const Aws::Vector< Aws::String > & GetIdFieldNames() const
const ErrorHandlingConfig & GetErrorHandlingConfig() const
void SetWriteOperationType(WriteOperationType value)
AWS_APPFLOW_API ZendeskDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
ZendeskDestinationProperties & WithIdFieldNames(IdFieldNamesT &&value)
void SetErrorHandlingConfig(ErrorHandlingConfigT &&value)
const Aws::String & GetObject() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue