7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/groundstation/GroundStationRequest.h>
10#include <aws/groundstation/GroundStation_EXPORTS.h>
11#include <aws/groundstation/model/ConfigTypeData.h>
16namespace GroundStation {
42 template <
typename NameT = Aws::String>
44 m_nameHasBeenSet =
true;
45 m_name = std::forward<NameT>(value);
47 template <
typename NameT = Aws::String>
49 SetName(std::forward<NameT>(value));
60 template <
typename ConfigDataT = ConfigTypeData>
62 m_configDataHasBeenSet =
true;
63 m_configData = std::forward<ConfigDataT>(value);
65 template <
typename ConfigDataT = ConfigTypeData>
78 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
80 m_tagsHasBeenSet =
true;
81 m_tags = std::forward<TagsT>(value);
83 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
85 SetTags(std::forward<TagsT>(value));
88 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
90 m_tagsHasBeenSet =
true;
91 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
101 bool m_nameHasBeenSet =
false;
102 bool m_configDataHasBeenSet =
false;
103 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