7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
42 template<
typename AccountIDT = Aws::String>
43 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
44 template<
typename AccountIDT = Aws::String>
54 template<
typename DescriptionT = Aws::String>
55 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
56 template<
typename DescriptionT = Aws::String>
66 template<
typename NameT = Aws::String>
67 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
68 template<
typename NameT = Aws::String>
78 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
80 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
82 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
84 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
90 bool m_accountIDHasBeenSet =
false;
93 bool m_descriptionHasBeenSet =
false;
96 bool m_nameHasBeenSet =
false;
99 bool m_tagsHasBeenSet =
false;
void SetAccountID(AccountIDT &&value)
bool DescriptionHasBeenSet() const
bool NameHasBeenSet() const
CreateApplicationRequest & WithAccountID(AccountIDT &&value)
AWS_MGN_API CreateApplicationRequest()=default
void SetName(NameT &&value)
bool AccountIDHasBeenSet() const
CreateApplicationRequest & WithTags(TagsT &&value)
const Aws::String & GetAccountID() const
const Aws::String & GetDescription() const
virtual const char * GetServiceRequestName() const override
CreateApplicationRequest & WithDescription(DescriptionT &&value)
CreateApplicationRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
bool TagsHasBeenSet() const
CreateApplicationRequest & WithName(NameT &&value)
void SetTags(TagsT &&value)
void SetDescription(DescriptionT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
const Aws::String & GetName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() 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