7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/personalize-runtime/PersonalizeRuntime_EXPORTS.h>
10#include <aws/personalize-runtime/model/PredictedAction.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace PersonalizeRuntime {
41 template <
typename ActionListT = Aws::Vector<PredictedAction>>
43 m_actionListHasBeenSet =
true;
44 m_actionList = std::forward<ActionListT>(value);
46 template <
typename ActionListT = Aws::Vector<PredictedAction>>
51 template <
typename ActionListT = PredictedAction>
53 m_actionListHasBeenSet =
true;
54 m_actionList.emplace_back(std::forward<ActionListT>(value));
64 template <
typename RecommendationIdT = Aws::String>
66 m_recommendationIdHasBeenSet =
true;
67 m_recommendationId = std::forward<RecommendationIdT>(value);
69 template <
typename RecommendationIdT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_actionListHasBeenSet =
false;
97 bool m_recommendationIdHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
GetActionRecommendationsResult & AddActionList(ActionListT &&value)
AWS_PERSONALIZERUNTIME_API GetActionRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
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