7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/appflow/model/ErrorHandlingConfig.h>
48 template<
typename ObjectT = Aws::String>
49 void SetObject(ObjectT&& value) { m_objectHasBeenSet =
true; m_object = std::forward<ObjectT>(value); }
50 template<
typename ObjectT = Aws::String>
58 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
59 void SetErrorHandlingConfig(ErrorHandlingConfigT&& value) { m_errorHandlingConfigHasBeenSet =
true; m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value); }
60 template<
typename ErrorHandlingConfigT = ErrorHandlingConfig>
66 bool m_objectHasBeenSet =
false;
69 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