7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/ConfigCapabilityType.h>
12#include <aws/groundstation/model/ConfigTypeData.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace GroundStation {
44 template <
typename ConfigIdT = Aws::String>
46 m_configIdHasBeenSet =
true;
47 m_configId = std::forward<ConfigIdT>(value);
49 template <
typename ConfigIdT = Aws::String>
61 template <
typename ConfigArnT = Aws::String>
63 m_configArnHasBeenSet =
true;
64 m_configArn = std::forward<ConfigArnT>(value);
66 template <
typename ConfigArnT = Aws::String>
78 template <
typename NameT = Aws::String>
80 m_nameHasBeenSet =
true;
81 m_name = std::forward<NameT>(value);
83 template <
typename NameT = Aws::String>
85 SetName(std::forward<NameT>(value));
96 m_configTypeHasBeenSet =
true;
110 template <
typename ConfigDataT = ConfigTypeData>
112 m_configDataHasBeenSet =
true;
113 m_configData = std::forward<ConfigDataT>(value);
115 template <
typename ConfigDataT = ConfigTypeData>
127 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
129 m_tagsHasBeenSet =
true;
130 m_tags = std::forward<TagsT>(value);
132 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
134 SetTags(std::forward<TagsT>(value));
137 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
139 m_tagsHasBeenSet =
true;
140 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
148 template <
typename RequestIdT = Aws::String>
150 m_requestIdHasBeenSet =
true;
151 m_requestId = std::forward<RequestIdT>(value);
153 template <
typename RequestIdT = Aws::String>
170 ConfigTypeData m_configData;
176 bool m_configIdHasBeenSet =
false;
177 bool m_configArnHasBeenSet =
false;
178 bool m_nameHasBeenSet =
false;
179 bool m_configTypeHasBeenSet =
false;
180 bool m_configDataHasBeenSet =
false;
181 bool m_tagsHasBeenSet =
false;
182 bool m_requestIdHasBeenSet =
false;
const ConfigTypeData & GetConfigData() const
const Aws::String & GetConfigId() const
void SetConfigArn(ConfigArnT &&value)
void SetConfigId(ConfigIdT &&value)
GetConfigResult & WithConfigArn(ConfigArnT &&value)
GetConfigResult & WithConfigData(ConfigDataT &&value)
void SetTags(TagsT &&value)
AWS_GROUNDSTATION_API GetConfigResult()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetRequestId(RequestIdT &&value)
void SetConfigType(ConfigCapabilityType value)
GetConfigResult & WithName(NameT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
ConfigCapabilityType GetConfigType() const
GetConfigResult & WithTags(TagsT &&value)
void SetConfigData(ConfigDataT &&value)
GetConfigResult & WithRequestId(RequestIdT &&value)
GetConfigResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetRequestId() const
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