7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/personalize-runtime/PersonalizeRuntime_EXPORTS.h>
11#include <aws/personalize-runtime/model/PredictedAction.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace PersonalizeRuntime {
42 template <
typename ActionListT = Aws::Vector<PredictedAction>>
44 m_actionListHasBeenSet =
true;
45 m_actionList = std::forward<ActionListT>(value);
47 template <
typename ActionListT = Aws::Vector<PredictedAction>>
52 template <
typename ActionListT = PredictedAction>
54 m_actionListHasBeenSet =
true;
55 m_actionList.emplace_back(std::forward<ActionListT>(value));
65 template <
typename RecommendationIdT = Aws::String>
67 m_recommendationIdHasBeenSet =
true;
68 m_recommendationId = std::forward<RecommendationIdT>(value);
70 template <
typename RecommendationIdT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_actionListHasBeenSet =
false;
101 bool m_recommendationIdHasBeenSet =
false;
102 bool m_requestIdHasBeenSet =
false;
GetActionRecommendationsResult & AddActionList(ActionListT &&value)
AWS_PERSONALIZERUNTIME_API GetActionRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRecommendationId() const
void SetActionList(ActionListT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_PERSONALIZERUNTIME_API GetActionRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRecommendationId(RecommendationIdT &&value)
const Aws::Vector< PredictedAction > & GetActionList() const
GetActionRecommendationsResult & WithRecommendationId(RecommendationIdT &&value)
GetActionRecommendationsResult & WithRequestId(RequestIdT &&value)
AWS_PERSONALIZERUNTIME_API GetActionRecommendationsResult()=default
GetActionRecommendationsResult & WithActionList(ActionListT &&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