7#include <aws/migrationhubstrategy/MigrationHubStrategyRecommendations_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/migrationhubstrategy/model/RecommendationReportDetails.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
24namespace MigrationHubStrategyRecommendations
42 template<
typename IdT = Aws::String>
43 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
44 template<
typename IdT = Aws::String>
53 template<
typename RecommendationReportDetailsT = RecommendationReportDetails>
54 void SetRecommendationReportDetails(RecommendationReportDetailsT&& value) { m_recommendationReportDetailsHasBeenSet =
true; m_recommendationReportDetails = std::forward<RecommendationReportDetailsT>(value); }
55 template<
typename RecommendationReportDetailsT = RecommendationReportDetails>
62 template<
typename RequestIdT = Aws::String>
63 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
64 template<
typename RequestIdT = Aws::String>
70 bool m_idHasBeenSet =
false;
73 bool m_recommendationReportDetailsHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetId() const
const Aws::String & GetRequestId() const
void SetRecommendationReportDetails(RecommendationReportDetailsT &&value)
GetRecommendationReportDetailsResult & WithRequestId(RequestIdT &&value)
GetRecommendationReportDetailsResult & WithId(IdT &&value)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetRecommendationReportDetailsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetRecommendationReportDetailsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
GetRecommendationReportDetailsResult & WithRecommendationReportDetails(RecommendationReportDetailsT &&value)
const RecommendationReportDetails & GetRecommendationReportDetails() const
AWS_MIGRATIONHUBSTRATEGYRECOMMENDATIONS_API GetRecommendationReportDetailsResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue