7#include <aws/servicecatalog-appregistry/AppRegistry_EXPORTS.h>
8#include <aws/servicecatalog-appregistry/AppRegistryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/core/utils/UUID.h>
44 template<
typename NameT = Aws::String>
45 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
46 template<
typename NameT = Aws::String>
56 template<
typename DescriptionT = Aws::String>
57 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
58 template<
typename DescriptionT = Aws::String>
68 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
69 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
70 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
72 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
74 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
88 template<
typename ClientTokenT = Aws::String>
89 void SetClientToken(ClientTokenT&& value) { m_clientTokenHasBeenSet =
true; m_clientToken = std::forward<ClientTokenT>(value); }
90 template<
typename ClientTokenT = Aws::String>
96 bool m_nameHasBeenSet =
false;
99 bool m_descriptionHasBeenSet =
false;
102 bool m_tagsHasBeenSet =
false;
105 bool m_clientTokenHasBeenSet =
true;
const Aws::String & GetDescription() const
AWS_APPREGISTRY_API Aws::String SerializePayload() const override
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
AWS_APPREGISTRY_API CreateApplicationRequest()=default
CreateApplicationRequest & WithTags(TagsT &&value)
virtual const char * GetServiceRequestName() const override
CreateApplicationRequest & WithClientToken(ClientTokenT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetTags(TagsT &&value)
CreateApplicationRequest & WithDescription(DescriptionT &&value)
CreateApplicationRequest & WithName(NameT &&value)
void SetDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
CreateApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool NameHasBeenSet() const
void SetName(NameT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetName() const
bool TagsHasBeenSet() const
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