AWS SDK for C++

AWS SDK for C++ Version 1.11.850

Loading...
Searching...
No Matches
ConnectorConfiguration.h
1
6#pragma once
7#include <aws/config/ConfigService_EXPORTS.h>
8#include <aws/config/model/AzureConnectorConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConfigService {
20namespace Model {
21
30 public:
31 AWS_CONFIGSERVICE_API ConnectorConfiguration() = default;
32 AWS_CONFIGSERVICE_API ConnectorConfiguration(Aws::Utils::Json::JsonView jsonValue);
34 AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const AzureConnectorConfiguration& GetAzure() const { return m_azure; }
41 inline bool AzureHasBeenSet() const { return m_azureHasBeenSet; }
42 template <typename AzureT = AzureConnectorConfiguration>
43 void SetAzure(AzureT&& value) {
44 m_azureHasBeenSet = true;
45 m_azure = std::forward<AzureT>(value);
46 }
47 template <typename AzureT = AzureConnectorConfiguration>
49 SetAzure(std::forward<AzureT>(value));
50 return *this;
51 }
53 private:
55 bool m_azureHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace ConfigService
60} // namespace Aws
AWS_CONFIGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
ConnectorConfiguration & WithAzure(AzureT &&value)
AWS_CONFIGSERVICE_API ConnectorConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONFIGSERVICE_API ConnectorConfiguration()=default
AWS_CONFIGSERVICE_API ConnectorConfiguration(Aws::Utils::Json::JsonView jsonValue)
const AzureConnectorConfiguration & GetAzure() const
Aws::Utils::Json::JsonValue JsonValue