AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
UpdatedDiscoveryConfiguration.h
1
6#pragma once
7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/UpdatedAuthorizerConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace AgentRegistryControl {
20namespace Model {
21
30 public:
31 AWS_AGENTREGISTRYCONTROL_API UpdatedDiscoveryConfiguration() = default;
32 AWS_AGENTREGISTRYCONTROL_API UpdatedDiscoveryConfiguration(Aws::Utils::Json::JsonView jsonValue);
33 AWS_AGENTREGISTRYCONTROL_API UpdatedDiscoveryConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const UpdatedAuthorizerConfiguration& GetAuthorizerConfiguration() const { return m_authorizerConfiguration; }
41 inline bool AuthorizerConfigurationHasBeenSet() const { return m_authorizerConfigurationHasBeenSet; }
42 template <typename AuthorizerConfigurationT = UpdatedAuthorizerConfiguration>
43 void SetAuthorizerConfiguration(AuthorizerConfigurationT&& value) {
44 m_authorizerConfigurationHasBeenSet = true;
45 m_authorizerConfiguration = std::forward<AuthorizerConfigurationT>(value);
46 }
47 template <typename AuthorizerConfigurationT = UpdatedAuthorizerConfiguration>
49 SetAuthorizerConfiguration(std::forward<AuthorizerConfigurationT>(value));
50 return *this;
51 }
53 private:
54 UpdatedAuthorizerConfiguration m_authorizerConfiguration;
55 bool m_authorizerConfigurationHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace AgentRegistryControl
60} // namespace Aws
const UpdatedAuthorizerConfiguration & GetAuthorizerConfiguration() const
AWS_AGENTREGISTRYCONTROL_API UpdatedDiscoveryConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGENTREGISTRYCONTROL_API UpdatedDiscoveryConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdatedDiscoveryConfiguration & WithAuthorizerConfiguration(AuthorizerConfigurationT &&value)
AWS_AGENTREGISTRYCONTROL_API UpdatedDiscoveryConfiguration()=default
Aws::Utils::Json::JsonValue JsonValue