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>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace GroundStation
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>
59 template<
typename ConfigDataT = ConfigTypeData>
60 void SetConfigData(ConfigDataT&& value) { m_configDataHasBeenSet =
true; m_configData = std::forward<ConfigDataT>(value); }
61 template<
typename ConfigDataT = ConfigTypeData>
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>
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>
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>>
105 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
107 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
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>
122 bool m_configArnHasBeenSet =
false;
125 bool m_configDataHasBeenSet =
false;
128 bool m_configIdHasBeenSet =
false;
131 bool m_configTypeHasBeenSet =
false;
134 bool m_nameHasBeenSet =
false;
137 bool m_tagsHasBeenSet =
false;
140 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