7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/mgn/MgnRequest.h>
10#include <aws/mgn/Mgn_EXPORTS.h>
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
56 template <
typename DescriptionT = Aws::String>
58 m_descriptionHasBeenSet =
true;
59 m_description = std::forward<DescriptionT>(value);
61 template <
typename DescriptionT = Aws::String>
74 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 m_tagsHasBeenSet =
true;
77 m_tags = std::forward<TagsT>(value);
79 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
81 SetTags(std::forward<TagsT>(value));
84 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
86 m_tagsHasBeenSet =
true;
87 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
98 template <
typename AccountIDT = Aws::String>
100 m_accountIDHasBeenSet =
true;
101 m_accountID = std::forward<AccountIDT>(value);
103 template <
typename AccountIDT = Aws::String>
117 bool m_nameHasBeenSet =
false;
118 bool m_descriptionHasBeenSet =
false;
119 bool m_tagsHasBeenSet =
false;
120 bool m_accountIDHasBeenSet =
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