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 ActionIDT = Aws::String>
54 void SetActionID(ActionIDT&& value) { m_actionIDHasBeenSet =
true; m_actionID = std::forward<ActionIDT>(value); }
55 template<
typename ActionIDT = Aws::String>
65 template<
typename SourceServerIDT = Aws::String>
66 void SetSourceServerID(SourceServerIDT&& value) { m_sourceServerIDHasBeenSet =
true; m_sourceServerID = std::forward<SourceServerIDT>(value); }
67 template<
typename SourceServerIDT = Aws::String>
73 bool m_accountIDHasBeenSet =
false;
76 bool m_actionIDHasBeenSet =
false;
79 bool m_sourceServerIDHasBeenSet =
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