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/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
44 template <
typename ObjectT = Aws::String>
46 m_objectHasBeenSet =
true;
47 m_object = std::forward<ObjectT>(value);
49 template <
typename ObjectT = Aws::String>
60 template <
typename IdFieldNamesT = Aws::Vector<Aws::String>>
62 m_idFieldNamesHasBeenSet =
true;
63 m_idFieldNames = std::forward<IdFieldNamesT>(value);
65 template <
typename IdFieldNamesT = Aws::Vector<Aws::String>>
70 template <
typename IdFieldNamesT = Aws::String>
72 m_idFieldNamesHasBeenSet =
true;
73 m_idFieldNames.emplace_back(std::forward<IdFieldNamesT>(value));
82 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
84 m_errorHandlingConfigHasBeenSet =
true;
85 m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value);
87 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
99 m_writeOperationTypeHasBeenSet =
true;
100 m_writeOperationType = value;
115 bool m_objectHasBeenSet =
false;
116 bool m_idFieldNamesHasBeenSet =
false;
117 bool m_errorHandlingConfigHasBeenSet =
false;
118 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