AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
GetConfigResult.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/ConfigTypeData.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace GroundStation
27{
28namespace Model
29{
36 {
37 public:
38 AWS_GROUNDSTATION_API GetConfigResult() = default;
41
42
44
47 inline const Aws::String& GetConfigArn() const { return m_configArn; }
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 GetConfigResult& WithConfigArn(ConfigArnT&& value) { SetConfigArn(std::forward<ConfigArnT>(value)); return *this;}
53
55
58 inline const ConfigTypeData& GetConfigData() const { return m_configData; }
59 template<typename ConfigDataT = ConfigTypeData>
60 void SetConfigData(ConfigDataT&& value) { m_configDataHasBeenSet = true; m_configData = std::forward<ConfigDataT>(value); }
61 template<typename ConfigDataT = ConfigTypeData>
62 GetConfigResult& WithConfigData(ConfigDataT&& value) { SetConfigData(std::forward<ConfigDataT>(value)); return *this;}
64
66
69 inline const Aws::String& GetConfigId() const { return m_configId; }
70 template<typename ConfigIdT = Aws::String>
71 void SetConfigId(ConfigIdT&& value) { m_configIdHasBeenSet = true; m_configId = std::forward<ConfigIdT>(value); }
72 template<typename ConfigIdT = Aws::String>
73 GetConfigResult& WithConfigId(ConfigIdT&& value) { SetConfigId(std::forward<ConfigIdT>(value)); return *this;}
75
77
80 inline ConfigCapabilityType GetConfigType() const { return m_configType; }
81 inline void SetConfigType(ConfigCapabilityType value) { m_configTypeHasBeenSet = true; m_configType = value; }
82 inline GetConfigResult& WithConfigType(ConfigCapabilityType value) { SetConfigType(value); return *this;}
84
86
89 inline const Aws::String& GetName() const { return m_name; }
90 template<typename NameT = Aws::String>
91 void SetName(NameT&& value) { m_nameHasBeenSet = true; m_name = std::forward<NameT>(value); }
92 template<typename NameT = Aws::String>
93 GetConfigResult& WithName(NameT&& value) { SetName(std::forward<NameT>(value)); return *this;}
95
97
100 inline const Aws::Map<Aws::String, Aws::String>& GetTags() const { return m_tags; }
101 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
102 void SetTags(TagsT&& value) { m_tagsHasBeenSet = true; m_tags = std::forward<TagsT>(value); }
103 template<typename TagsT = Aws::Map<Aws::String, Aws::String>>
104 GetConfigResult& WithTags(TagsT&& value) { SetTags(std::forward<TagsT>(value)); return *this;}
105 template<typename TagsKeyT = Aws::String, typename TagsValueT = Aws::String>
106 GetConfigResult& AddTags(TagsKeyT&& key, TagsValueT&& value) {
107 m_tagsHasBeenSet = true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value)); return *this;
108 }
110
112
113 inline const Aws::String& GetRequestId() const { return m_requestId; }
114 template<typename RequestIdT = Aws::String>
115 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
116 template<typename RequestIdT = Aws::String>
117 GetConfigResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
119 private:
120
121 Aws::String m_configArn;
122 bool m_configArnHasBeenSet = false;
123
124 ConfigTypeData m_configData;
125 bool m_configDataHasBeenSet = false;
126
127 Aws::String m_configId;
128 bool m_configIdHasBeenSet = false;
129
131 bool m_configTypeHasBeenSet = false;
132
133 Aws::String m_name;
134 bool m_nameHasBeenSet = false;
135
137 bool m_tagsHasBeenSet = false;
138
139 Aws::String m_requestId;
140 bool m_requestIdHasBeenSet = false;
141 };
142
143} // namespace Model
144} // namespace GroundStation
145} // namespace Aws
const ConfigTypeData & GetConfigData() const
const Aws::String & GetConfigId() const
GetConfigResult & WithConfigArn(ConfigArnT &&value)
GetConfigResult & WithConfigData(ConfigDataT &&value)
AWS_GROUNDSTATION_API GetConfigResult()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetConfigType(ConfigCapabilityType value)
GetConfigResult & WithName(NameT &&value)
ConfigCapabilityType GetConfigType() const
GetConfigResult & WithTags(TagsT &&value)
GetConfigResult & WithRequestId(RequestIdT &&value)
GetConfigResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetConfigResult & WithConfigId(ConfigIdT &&value)
const Aws::String & GetConfigArn() const
AWS_GROUNDSTATION_API GetConfigResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GROUNDSTATION_API GetConfigResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetConfigResult & WithConfigType(ConfigCapabilityType value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue