7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/GroundStation_EXPORTS.h>
10#include <aws/groundstation/model/ConfigCapabilityType.h>
11#include <aws/groundstation/model/ConfigTypeData.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace GroundStation {
42 template <
typename ConfigIdT = Aws::String>
44 m_configIdHasBeenSet =
true;
45 m_configId = std::forward<ConfigIdT>(value);
47 template <
typename ConfigIdT = Aws::String>
59 template <
typename ConfigArnT = Aws::String>
61 m_configArnHasBeenSet =
true;
62 m_configArn = std::forward<ConfigArnT>(value);
64 template <
typename ConfigArnT = Aws::String>
76 template <
typename NameT = Aws::String>
78 m_nameHasBeenSet =
true;
79 m_name = std::forward<NameT>(value);
81 template <
typename NameT = Aws::String>
83 SetName(std::forward<NameT>(value));
94 m_configTypeHasBeenSet =
true;
108 template <
typename ConfigDataT = ConfigTypeData>
110 m_configDataHasBeenSet =
true;
111 m_configData = std::forward<ConfigDataT>(value);
113 template <
typename ConfigDataT = ConfigTypeData>
125 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
127 m_tagsHasBeenSet =
true;
128 m_tags = std::forward<TagsT>(value);
130 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
132 SetTags(std::forward<TagsT>(value));
135 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
137 m_tagsHasBeenSet =
true;
138 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
146 template <
typename RequestIdT = Aws::String>
148 m_requestIdHasBeenSet =
true;
149 m_requestId = std::forward<RequestIdT>(value);
151 template <
typename RequestIdT = Aws::String>
159 bool m_configIdHasBeenSet =
false;
162 bool m_configArnHasBeenSet =
false;
165 bool m_nameHasBeenSet =
false;
168 bool m_configTypeHasBeenSet =
false;
170 ConfigTypeData m_configData;
171 bool m_configDataHasBeenSet =
false;
174 bool m_tagsHasBeenSet =
false;
177 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)
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