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 SourceServerIDT = Aws::String>
54 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
55 template<
typename SourceServerIDT = Aws::String>
61 bool m_accountIDHasBeenSet =
false;
64 bool m_sourceServerIDHasBeenSet =
false;
void SetSourceServerID(SourceServerIDT &&value)
bool AccountIDHasBeenSet() const
AWS_MGN_API ResumeReplicationRequest()=default
ResumeReplicationRequest & WithAccountID(AccountIDT &&value)
const Aws::String & GetSourceServerID() const
void SetAccountID(AccountIDT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
bool SourceServerIDHasBeenSet() const
ResumeReplicationRequest & WithSourceServerID(SourceServerIDT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccountID() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String