7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/devops-agent/DevOpsAgentRequest.h>
11#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
16namespace DevOpsAgent {
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 DescriptionT = Aws::String>
62 m_descriptionHasBeenSet =
true;
63 m_description = std::forward<DescriptionT>(value);
65 template <
typename DescriptionT = Aws::String>
79 template <
typename LocaleT = Aws::String>
81 m_localeHasBeenSet =
true;
82 m_locale = std::forward<LocaleT>(value);
84 template <
typename LocaleT = Aws::String>
98 template <
typename KmsKeyArnT = Aws::String>
100 m_kmsKeyArnHasBeenSet =
true;
101 m_kmsKeyArn = std::forward<KmsKeyArnT>(value);
103 template <
typename KmsKeyArnT = Aws::String>
118 template <
typename ClientTokenT = Aws::String>
120 m_clientTokenHasBeenSet =
true;
121 m_clientToken = std::forward<ClientTokenT>(value);
123 template <
typename ClientTokenT = Aws::String>
136 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
138 m_tagsHasBeenSet =
true;
139 m_tags = std::forward<TagsT>(value);
141 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 SetTags(std::forward<TagsT>(value));
146 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
148 m_tagsHasBeenSet =
true;
149 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
165 bool m_nameHasBeenSet =
false;
166 bool m_descriptionHasBeenSet =
false;
167 bool m_localeHasBeenSet =
false;
168 bool m_kmsKeyArnHasBeenSet =
false;
169 bool m_clientTokenHasBeenSet =
true;
170 bool m_tagsHasBeenSet =
false;
CreateAgentSpaceRequest & WithDescription(DescriptionT &&value)
bool LocaleHasBeenSet() const
void SetKmsKeyArn(KmsKeyArnT &&value)
void SetTags(TagsT &&value)
CreateAgentSpaceRequest & WithName(NameT &&value)
bool KmsKeyArnHasBeenSet() const
void SetClientToken(ClientTokenT &&value)
bool TagsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
void SetLocale(LocaleT &&value)
CreateAgentSpaceRequest & WithTags(TagsT &&value)
CreateAgentSpaceRequest & WithKmsKeyArn(KmsKeyArnT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetKmsKeyArn() const
const Aws::String & GetClientToken() const
bool NameHasBeenSet() const
const Aws::String & GetName() const
void SetName(NameT &&value)
const Aws::String & GetLocale() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateAgentSpaceRequest & WithClientToken(ClientTokenT &&value)
CreateAgentSpaceRequest & WithLocale(LocaleT &&value)
bool DescriptionHasBeenSet() const
AWS_DEVOPSAGENT_API CreateAgentSpaceRequest()=default
void SetDescription(DescriptionT &&value)
AWS_DEVOPSAGENT_API Aws::String SerializePayload() const override
CreateAgentSpaceRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
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