AWS SDK for C++

AWS SDK for C++ Version 1.11.719

Loading...
Searching...
No Matches
ConnectorProvisioningConfig.h
1
6#pragma once
7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/LambdaConnectorProvisioningConfig.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace Appflow {
20namespace Model {
21
29 public:
30 AWS_APPFLOW_API ConnectorProvisioningConfig() = default;
33 AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const LambdaConnectorProvisioningConfig& GetLambda() const { return m_lambda; }
41 inline bool LambdaHasBeenSet() const { return m_lambdaHasBeenSet; }
42 template <typename LambdaT = LambdaConnectorProvisioningConfig>
43 void SetLambda(LambdaT&& value) {
44 m_lambdaHasBeenSet = true;
45 m_lambda = std::forward<LambdaT>(value);
46 }
47 template <typename LambdaT = LambdaConnectorProvisioningConfig>
49 SetLambda(std::forward<LambdaT>(value));
50 return *this;
51 }
53 private:
55 bool m_lambdaHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace Appflow
60} // namespace Aws
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPFLOW_API ConnectorProvisioningConfig()=default
AWS_APPFLOW_API ConnectorProvisioningConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
const LambdaConnectorProvisioningConfig & GetLambda() const
AWS_APPFLOW_API ConnectorProvisioningConfig(Aws::Utils::Json::JsonView jsonValue)
ConnectorProvisioningConfig & WithLambda(LambdaT &&value)
Aws::Utils::Json::JsonValue JsonValue