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 ActionIDT = Aws::String>
57 m_actionIDHasBeenSet =
true;
58 m_actionID = std::forward<ActionIDT>(value);
60 template <
typename ActionIDT = Aws::String>
73 template <
typename AccountIDT = Aws::String>
75 m_accountIDHasBeenSet =
true;
76 m_accountID = std::forward<AccountIDT>(value);
78 template <
typename AccountIDT = Aws::String>
90 bool m_sourceServerIDHasBeenSet =
false;
91 bool m_actionIDHasBeenSet =
false;
92 bool m_accountIDHasBeenSet =
false;
RemoveSourceServerActionRequest & WithAccountID(AccountIDT &&value)
const Aws::String & GetActionID() const
void SetSourceServerID(SourceServerIDT &&value)
void SetActionID(ActionIDT &&value)
virtual const char * GetServiceRequestName() const override
AWS_MGN_API RemoveSourceServerActionRequest()=default
RemoveSourceServerActionRequest & WithSourceServerID(SourceServerIDT &&value)
bool AccountIDHasBeenSet() const
const Aws::String & GetSourceServerID() const
const Aws::String & GetAccountID() const
RemoveSourceServerActionRequest & WithActionID(ActionIDT &&value)
bool SourceServerIDHasBeenSet() const
bool ActionIDHasBeenSet() const
void SetAccountID(AccountIDT &&value)
AWS_MGN_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String