7#include <aws/personalize/Personalize_EXPORTS.h>
8#include <aws/personalize/model/Solution.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename SolutionT = Solution>
42 void SetSolution(SolutionT&& value) { m_solutionHasBeenSet =
true; m_solution = std::forward<SolutionT>(value); }
43 template<
typename SolutionT = Solution>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_solutionHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
AWS_PERSONALIZE_API DescribeSolutionResult()=default
DescribeSolutionResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeSolutionResult & WithSolution(SolutionT &&value)
AWS_PERSONALIZE_API DescribeSolutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_PERSONALIZE_API DescribeSolutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Solution & GetSolution() const
void SetSolution(SolutionT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue