7#include <aws/personalize-runtime/PersonalizeRuntime_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/personalize-runtime/model/PredictedAction.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace PersonalizeRuntime
46 template<
typename ActionListT = Aws::Vector<PredictedAction>>
47 void SetActionList(ActionListT&& value) { m_actionListHasBeenSet =
true; m_actionList = std::forward<ActionListT>(value); }
48 template<
typename ActionListT = Aws::Vector<PredictedAction>>
50 template<
typename ActionListT = PredictedAction>
59 template<
typename RecommendationIdT = Aws::String>
60 void SetRecommendationId(RecommendationIdT&& value) { m_recommendationIdHasBeenSet =
true; m_recommendationId = std::forward<RecommendationIdT>(value); }
61 template<
typename RecommendationIdT = Aws::String>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_actionListHasBeenSet =
false;
79 bool m_recommendationIdHasBeenSet =
false;
82 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