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 {
43 template <
typename ConfigIdT = Aws::String>
45 m_configIdHasBeenSet =
true;
46 m_configId = std::forward<ConfigIdT>(value);
48 template <
typename ConfigIdT = Aws::String>
60 template <
typename ConfigArnT = Aws::String>
62 m_configArnHasBeenSet =
true;
63 m_configArn = std::forward<ConfigArnT>(value);
65 template <
typename ConfigArnT = Aws::String>
77 template <
typename NameT = Aws::String>
79 m_nameHasBeenSet =
true;
80 m_name = std::forward<NameT>(value);
82 template <
typename NameT = Aws::String>
84 SetName(std::forward<NameT>(value));
95 m_configTypeHasBeenSet =
true;
109 template <
typename ConfigDataT = ConfigTypeData>
111 m_configDataHasBeenSet =
true;
112 m_configData = std::forward<ConfigDataT>(value);
114 template <
typename ConfigDataT = ConfigTypeData>
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 m_tagsHasBeenSet =
true;
129 m_tags = std::forward<TagsT>(value);
131 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
133 SetTags(std::forward<TagsT>(value));
136 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
138 m_tagsHasBeenSet =
true;
139 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
147 template <
typename RequestIdT = Aws::String>
149 m_requestIdHasBeenSet =
true;
150 m_requestId = std::forward<RequestIdT>(value);
152 template <
typename RequestIdT = Aws::String>
169 ConfigTypeData m_configData;
175 bool m_configIdHasBeenSet =
false;
176 bool m_configArnHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
178 bool m_configTypeHasBeenSet =
false;
179 bool m_configDataHasBeenSet =
false;
180 bool m_tagsHasBeenSet =
false;
181 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