7#include <aws/mgn/Mgn_EXPORTS.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename AccountIDT = Aws::String>
42 void SetAccountID(AccountIDT&& value) { m_accountIDHasBeenSet =
true; m_accountID = std::forward<AccountIDT>(value); }
43 template<
typename AccountIDT = Aws::String>
53 template<
typename ApplicationIDT = Aws::String>
54 void SetApplicationID(ApplicationIDT&& value) { m_applicationIDHasBeenSet =
true; m_applicationID = std::forward<ApplicationIDT>(value); }
55 template<
typename ApplicationIDT = Aws::String>
65 template<
typename DescriptionT = Aws::String>
66 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
67 template<
typename DescriptionT = Aws::String>
77 template<
typename NameT = Aws::String>
78 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
79 template<
typename NameT = Aws::String>
85 bool m_accountIDHasBeenSet =
false;
88 bool m_applicationIDHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
false;
94 bool m_nameHasBeenSet =
false;
const Aws::String & GetName() const
const Aws::String & GetApplicationID() const
const Aws::String & GetDescription() const
bool DescriptionHasBeenSet() const
AWS_MGN_API Aws::String SerializePayload() const override
UpdateApplicationRequest & WithAccountID(AccountIDT &&value)
const Aws::String & GetAccountID() const
void SetName(NameT &&value)
UpdateApplicationRequest & WithApplicationID(ApplicationIDT &&value)
bool NameHasBeenSet() const
bool ApplicationIDHasBeenSet() const
void SetApplicationID(ApplicationIDT &&value)
virtual const char * GetServiceRequestName() const override
UpdateApplicationRequest & WithDescription(DescriptionT &&value)
void SetAccountID(AccountIDT &&value)
AWS_MGN_API UpdateApplicationRequest()=default
UpdateApplicationRequest & WithName(NameT &&value)
bool AccountIDHasBeenSet() const
void SetDescription(DescriptionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String