7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
37 template <
typename ApplicationIDT = Aws::String>
39 m_applicationIDHasBeenSet =
true;
40 m_applicationID = std::forward<ApplicationIDT>(value);
42 template <
typename ApplicationIDT = Aws::String>
55 template <
typename AccountIDT = Aws::String>
57 m_accountIDHasBeenSet =
true;
58 m_accountID = std::forward<AccountIDT>(value);
60 template <
typename AccountIDT = Aws::String>
70 bool m_applicationIDHasBeenSet =
false;
71 bool m_accountIDHasBeenSet =
false;
void SetAccountID(AccountIDT &&value)
const Aws::String & GetAccountID() const
const Aws::String & GetApplicationID() const
UnarchiveApplicationRequest & WithApplicationID(ApplicationIDT &&value)
AWS_MGN_API UnarchiveApplicationRequest()=default
bool AccountIDHasBeenSet() const
AWS_MGN_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
UnarchiveApplicationRequest & WithAccountID(AccountIDT &&value)
bool ApplicationIDHasBeenSet() const
void SetApplicationID(ApplicationIDT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String