AWS SDK for C++

AWS SDK for C++ Version 1.11.883

Loading...
Searching...
No Matches
UpdatedAutoDetectionConfiguration.h
1
6#pragma once
7#include <aws/agent-registry-control/AgentRegistryControl_EXPORTS.h>
8#include <aws/agent-registry-control/model/AutoDetectionConfiguration.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
32 public:
33 AWS_AGENTREGISTRYCONTROL_API UpdatedAutoDetectionConfiguration() = default;
34 AWS_AGENTREGISTRYCONTROL_API UpdatedAutoDetectionConfiguration(Aws::Utils::Json::JsonView jsonValue);
36 AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
43 inline const AutoDetectionConfiguration& GetOptionalValue() const { return m_optionalValue; }
44 inline bool OptionalValueHasBeenSet() const { return m_optionalValueHasBeenSet; }
45 template <typename OptionalValueT = AutoDetectionConfiguration>
46 void SetOptionalValue(OptionalValueT&& value) {
47 m_optionalValueHasBeenSet = true;
48 m_optionalValue = std::forward<OptionalValueT>(value);
49 }
50 template <typename OptionalValueT = AutoDetectionConfiguration>
52 SetOptionalValue(std::forward<OptionalValueT>(value));
53 return *this;
54 }
56 private:
57 AutoDetectionConfiguration m_optionalValue;
58 bool m_optionalValueHasBeenSet = false;
59};
60
61} // namespace Model
62} // namespace AgentRegistryControl
63} // namespace Aws
AWS_AGENTREGISTRYCONTROL_API UpdatedAutoDetectionConfiguration()=default
AWS_AGENTREGISTRYCONTROL_API UpdatedAutoDetectionConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_AGENTREGISTRYCONTROL_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_AGENTREGISTRYCONTROL_API UpdatedAutoDetectionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
UpdatedAutoDetectionConfiguration & WithOptionalValue(OptionalValueT &&value)
Aws::Utils::Json::JsonValue JsonValue