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>
92 template <
typename UserProv
idedIDT = Aws::String>
94 m_userProvidedIDHasBeenSet =
true;
95 m_userProvidedID = std::forward<UserProvidedIDT>(value);
97 template <
typename UserProv
idedIDT = Aws::String>
110 template <
typename FqdnForActionFrameworkT = Aws::String>
112 m_fqdnForActionFrameworkHasBeenSet =
true;
113 m_fqdnForActionFramework = std::forward<FqdnForActionFrameworkT>(value);
115 template <
typename FqdnForActionFrameworkT = Aws::String>
128 template <
typename PlatformT = Aws::String>
130 m_platformHasBeenSet =
true;
131 m_platform = std::forward<PlatformT>(value);
133 template <
typename PlatformT = Aws::String>
151 bool m_accountIDHasBeenSet =
false;
152 bool m_sourceServerIDHasBeenSet =
false;
153 bool m_connectorActionHasBeenSet =
false;
154 bool m_userProvidedIDHasBeenSet =
false;
155 bool m_fqdnForActionFrameworkHasBeenSet =
false;
156 bool m_platformHasBeenSet =
false;
void SetFqdnForActionFramework(FqdnForActionFrameworkT &&value)
void SetConnectorAction(ConnectorActionT &&value)
bool ConnectorActionHasBeenSet() const
UpdateSourceServerRequest & WithPlatform(PlatformT &&value)
void SetSourceServerID(SourceServerIDT &&value)
void SetAccountID(AccountIDT &&value)
bool UserProvidedIDHasBeenSet() const
const SourceServerConnectorAction & GetConnectorAction() const
AWS_MGN_API UpdateSourceServerRequest()=default
bool FqdnForActionFrameworkHasBeenSet() const
UpdateSourceServerRequest & WithFqdnForActionFramework(FqdnForActionFrameworkT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetPlatform() const
const Aws::String & GetFqdnForActionFramework() const
bool SourceServerIDHasBeenSet() const
const Aws::String & GetUserProvidedID() const
bool AccountIDHasBeenSet() const
const Aws::String & GetAccountID() const
AWS_MGN_API Aws::String SerializePayload() const override
UpdateSourceServerRequest & WithSourceServerID(SourceServerIDT &&value)
bool PlatformHasBeenSet() const
UpdateSourceServerRequest & WithConnectorAction(ConnectorActionT &&value)
UpdateSourceServerRequest & WithUserProvidedID(UserProvidedIDT &&value)
UpdateSourceServerRequest & WithAccountID(AccountIDT &&value)
void SetUserProvidedID(UserProvidedIDT &&value)
const Aws::String & GetSourceServerID() const
void SetPlatform(PlatformT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String