7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ErrorHandlingConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename ObjectT = Aws::String>
44 m_objectHasBeenSet =
true;
45 m_object = std::forward<ObjectT>(value);
47 template <
typename ObjectT = Aws::String>
58 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
60 m_errorHandlingConfigHasBeenSet =
true;
61 m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value);
63 template <
typename ErrorHandlingConfigT = ErrorHandlingConfig>
73 bool m_objectHasBeenSet =
false;
74 bool m_errorHandlingConfigHasBeenSet =
false;
MarketoDestinationProperties & WithObject(ObjectT &&value)
void SetErrorHandlingConfig(ErrorHandlingConfigT &&value)
void SetObject(ObjectT &&value)
MarketoDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfigT &&value)
AWS_APPFLOW_API MarketoDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ErrorHandlingConfigHasBeenSet() const
AWS_APPFLOW_API MarketoDestinationProperties()=default
AWS_APPFLOW_API MarketoDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetObject() const
bool ObjectHasBeenSet() const
const ErrorHandlingConfig & GetErrorHandlingConfig() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue