7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/migrationhubstrategy/model/StrategyOption.h>
15namespace MigrationHubStrategyRecommendations
42 template<
typename ServerIdT = Aws::String>
43 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
44 template<
typename ServerIdT = Aws::String>
55 template<
typename StrategyOptionT = StrategyOption>
56 void SetStrategyOption(StrategyOptionT&& value) { m_strategyOptionHasBeenSet =
true; m_strategyOption = std::forward<StrategyOptionT>(value); }
57 template<
typename StrategyOptionT = StrategyOption>
63 bool m_serverIdHasBeenSet =
false;
66 bool m_strategyOptionHasBeenSet =
false;
const Aws::String & GetServerId() const
virtual const char * GetServiceRequestName() const override
bool StrategyOptionHasBeenSet() const
bool ServerIdHasBeenSet() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API UpdateServerConfigRequest()=default
void SetServerId(ServerIdT &&value)
UpdateServerConfigRequest & WithServerId(ServerIdT &&value)
UpdateServerConfigRequest & WithStrategyOption(StrategyOptionT &&value)
void SetStrategyOption(StrategyOptionT &&value)
const StrategyOption & GetStrategyOption() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::String SerializePayload() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String