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 SourceServerIDT = Aws::String>
39 m_sourceServerIDHasBeenSet =
true;
40 m_sourceServerID = std::forward<SourceServerIDT>(value);
42 template <
typename SourceServerIDT = 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_sourceServerIDHasBeenSet =
false;
71 bool m_accountIDHasBeenSet =
false;
void SetAccountID(AccountIDT &&value)
const Aws::String & GetSourceServerID() const
virtual const char * GetServiceRequestName() const override
void SetSourceServerID(SourceServerIDT &&value)
bool AccountIDHasBeenSet() const
bool SourceServerIDHasBeenSet() const
AWS_MGN_API Aws::String SerializePayload() const override
MarkAsArchivedRequest & WithSourceServerID(SourceServerIDT &&value)
MarkAsArchivedRequest & WithAccountID(AccountIDT &&value)
AWS_MGN_API MarkAsArchivedRequest()=default
const Aws::String & GetAccountID() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String