7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/mgn/MgnRequest.h>
9#include <aws/mgn/Mgn_EXPORTS.h>
10#include <aws/mgn/model/SourceServerConnectorAction.h>
38 template <
typename AccountIDT = Aws::String>
40 m_accountIDHasBeenSet =
true;
41 m_accountID = std::forward<AccountIDT>(value);
43 template <
typename AccountIDT = Aws::String>
56 template <
typename SourceServerIDT = Aws::String>
58 m_sourceServerIDHasBeenSet =
true;
59 m_sourceServerID = std::forward<SourceServerIDT>(value);
61 template <
typename SourceServerIDT = Aws::String>
74 template <
typename ConnectorActionT = SourceServerConnectorAction>
76 m_connectorActionHasBeenSet =
true;
77 m_connectorAction = std::forward<ConnectorActionT>(value);
79 template <
typename ConnectorActionT = SourceServerConnectorAction>
91 bool m_accountIDHasBeenSet =
false;
92 bool m_sourceServerIDHasBeenSet =
false;
93 bool m_connectorActionHasBeenSet =
false;
void SetConnectorAction(ConnectorActionT &&value)
bool ConnectorActionHasBeenSet() const
void SetSourceServerID(SourceServerIDT &&value)
void SetAccountID(AccountIDT &&value)
const SourceServerConnectorAction & GetConnectorAction() const
AWS_MGN_API UpdateSourceServerRequest()=default
virtual const char * GetServiceRequestName() const override
bool SourceServerIDHasBeenSet() const
bool AccountIDHasBeenSet() const
const Aws::String & GetAccountID() const
AWS_MGN_API Aws::String SerializePayload() const override
UpdateSourceServerRequest & WithSourceServerID(SourceServerIDT &&value)
UpdateSourceServerRequest & WithConnectorAction(ConnectorActionT &&value)
UpdateSourceServerRequest & WithAccountID(AccountIDT &&value)
const Aws::String & GetSourceServerID() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String