7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendationsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace MigrationHubStrategyRecommendations
41 template<
typename ServerIdT = Aws::String>
42 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
43 template<
typename ServerIdT = Aws::String>
49 bool m_serverIdHasBeenSet =
false;
GetServerStrategiesRequest & WithServerId(ServerIdT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetServerStrategiesRequest()=default
const Aws::String & GetServerId() const
bool ServerIdHasBeenSet() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetServerId(ServerIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String