7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/migrationhubstrategy/model/ApplicationComponentStrategy.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace MigrationHubStrategyRecommendations
42 template<
typename ApplicationComponentStrategiesT = Aws::Vector<ApplicationComponentStrategy>>
43 void SetApplicationComponentStrategies(ApplicationComponentStrategiesT&& value) { m_applicationComponentStrategiesHasBeenSet =
true; m_applicationComponentStrategies = std::forward<ApplicationComponentStrategiesT>(value); }
44 template<
typename ApplicationComponentStrategiesT = Aws::Vector<ApplicationComponentStrategy>>
46 template<
typename ApplicationComponentStrategiesT = ApplicationComponentStrategy>
53 template<
typename RequestIdT = Aws::String>
54 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
55 template<
typename RequestIdT = Aws::String>
61 bool m_applicationComponentStrategiesHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
GetApplicationComponentStrategiesResult & WithApplicationComponentStrategies(ApplicationComponentStrategiesT &&value)
GetApplicationComponentStrategiesResult & AddApplicationComponentStrategies(ApplicationComponentStrategiesT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetApplicationComponentStrategiesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetApplicationComponentStrategies(ApplicationComponentStrategiesT &&value)
const Aws::String & GetRequestId() const
const Aws::Vector< ApplicationComponentStrategy > & GetApplicationComponentStrategies() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetApplicationComponentStrategiesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetApplicationComponentStrategiesResult()=default
GetApplicationComponentStrategiesResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue