7#include <aws/groundstation/GroundStation_EXPORTS.h>
8#include <aws/groundstation/GroundStationRequest.h>
9#include <aws/groundstation/model/ConfigTypeData.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
16namespace GroundStation
46 template<
typename ConfigDataT = ConfigTypeData>
47 void SetConfigData(ConfigDataT&& value) { m_configDataHasBeenSet =
true; m_configData = std::forward<ConfigDataT>(value); }
48 template<
typename ConfigDataT = ConfigTypeData>
58 template<
typename NameT = Aws::String>
59 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
60 template<
typename NameT = Aws::String>
70 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
71 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
72 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
76 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
82 bool m_configDataHasBeenSet =
false;
85 bool m_nameHasBeenSet =
false;
88 bool m_tagsHasBeenSet =
false;
CreateConfigRequest & WithName(NameT &&value)
CreateConfigRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetConfigData(ConfigDataT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
bool ConfigDataHasBeenSet() const
bool TagsHasBeenSet() const
AWS_GROUNDSTATION_API CreateConfigRequest()=default
bool NameHasBeenSet() const
AWS_GROUNDSTATION_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
CreateConfigRequest & WithConfigData(ConfigDataT &&value)
CreateConfigRequest & WithTags(TagsT &&value)
const ConfigTypeData & GetConfigData() const
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