AWS SDK for C++

AWS SDK for C++ Version 1.11.718

Loading...
Searching...
No Matches
MarketoDestinationProperties.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ErrorHandlingConfig.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace Appflow {
21namespace Model {
22
30 public:
31 AWS_APPFLOW_API MarketoDestinationProperties() = default;
34 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetObject() const { return m_object; }
41 inline bool ObjectHasBeenSet() const { return m_objectHasBeenSet; }
42 template <typename ObjectT = Aws::String>
43 void SetObject(ObjectT&& value) {
44 m_objectHasBeenSet = true;
45 m_object = std::forward<ObjectT>(value);
46 }
47 template <typename ObjectT = Aws::String>
49 SetObject(std::forward<ObjectT>(value));
50 return *this;
51 }
53
55
56 inline const ErrorHandlingConfig& GetErrorHandlingConfig() const { return m_errorHandlingConfig; }
57 inline bool ErrorHandlingConfigHasBeenSet() const { return m_errorHandlingConfigHasBeenSet; }
58 template <typename ErrorHandlingConfigT = ErrorHandlingConfig>
59 void SetErrorHandlingConfig(ErrorHandlingConfigT&& value) {
60 m_errorHandlingConfigHasBeenSet = true;
61 m_errorHandlingConfig = std::forward<ErrorHandlingConfigT>(value);
62 }
63 template <typename ErrorHandlingConfigT = ErrorHandlingConfig>
65 SetErrorHandlingConfig(std::forward<ErrorHandlingConfigT>(value));
66 return *this;
67 }
69 private:
70 Aws::String m_object;
71
72 ErrorHandlingConfig m_errorHandlingConfig;
73 bool m_objectHasBeenSet = false;
74 bool m_errorHandlingConfigHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace Appflow
79} // namespace Aws
MarketoDestinationProperties & WithObject(ObjectT &&value)
MarketoDestinationProperties & WithErrorHandlingConfig(ErrorHandlingConfigT &&value)
AWS_APPFLOW_API MarketoDestinationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API MarketoDestinationProperties()=default
AWS_APPFLOW_API MarketoDestinationProperties(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue