AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
ConfigListItem.h
1
6#pragma once
7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/model/ConfigCapabilityType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace GroundStation
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_GROUNDSTATION_API ConfigListItem() = default;
37 AWS_GROUNDSTATION_API ConfigListItem(Aws::Utils::Json::JsonView jsonValue);
38 AWS_GROUNDSTATION_API ConfigListItem& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetConfigArn() const { return m_configArn; }
47 inline bool ConfigArnHasBeenSet() const { return m_configArnHasBeenSet; }
48 template<typename ConfigArnT = Aws::String>
49 void SetConfigArn(ConfigArnT&& value) { m_configArnHasBeenSet = true; m_configArn = std::forward<ConfigArnT>(value); }
50 template<typename ConfigArnT = Aws::String>
51 ConfigListItem& WithConfigArn(ConfigArnT&& value) { SetConfigArn(std::forward<ConfigArnT>(value)); return *this;}
53
55
58 inline const Aws::String& GetConfigId() const { return m_configId; }
59 inline bool ConfigIdHasBeenSet() const { return m_configIdHasBeenSet; }
60 template<typename ConfigIdT = Aws::String>
61 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet = true; m_configId = std::forward<ConfigIdT>(value); }
62 template<typename ConfigIdT = Aws::String>
63 ConfigListItem& WithConfigId(ConfigIdT&& value) { SetConfigId(std::forward<ConfigIdT>(value)); return *this;}
65
67
70 inline ConfigCapabilityType GetConfigType() const { return m_configType; }
71 inline bool ConfigTypeHasBeenSet() const { return m_configTypeHasBeenSet; }
72 inline void SetConfigType(ConfigCapabilityType value) { m_configTypeHasBeenSet = true; m_configType = value; }
73 inline ConfigListItem& WithConfigType(ConfigCapabilityType value) { SetConfigType(value); return *this;}
75
77
80 inline const Aws::String& GetName() const { return m_name; }
81 inline bool NameHasBeenSet() const { return m_nameHasBeenSet; }
82 template<typename NameT = Aws::String>
83 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
84 template<typename NameT = Aws::String>
85 ConfigListItem& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
87 private:
88
89 Aws::String m_configArn;
90 bool m_configArnHasBeenSet = false;
91
92 Aws::String m_configId;
93 bool m_configIdHasBeenSet = false;
94
96 bool m_configTypeHasBeenSet = false;
97
98 Aws::String m_name;
99 bool m_nameHasBeenSet = false;
100 };
101
102} // namespace Model
103} // namespace GroundStation
104} // namespace Aws
const Aws::String & GetConfigId() const
ConfigListItem & WithConfigId(ConfigIdT &&value)
ConfigListItem & WithConfigType(ConfigCapabilityType value)
ConfigListItem & WithName(NameT &&value)
AWS_GROUNDSTATION_API ConfigListItem & operator=(Aws::Utils::Json::JsonView jsonValue)
ConfigListItem & WithConfigArn(ConfigArnT &&value)
ConfigCapabilityType GetConfigType() const
AWS_GROUNDSTATION_API ConfigListItem()=default
void SetConfigType(ConfigCapabilityType value)
const Aws::String & GetConfigArn() const
AWS_GROUNDSTATION_API ConfigListItem(Aws::Utils::Json::JsonView jsonValue)
AWS_GROUNDSTATION_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue