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/devops-agent/DevOpsAgent_EXPORTS.h>
11#include <aws/devops-agent/model/Recommendation.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace DevOpsAgent {
43 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
45 m_recommendationsHasBeenSet =
true;
46 m_recommendations = std::forward<RecommendationsT>(value);
48 template <
typename RecommendationsT = Aws::Vector<Recommendation>>
53 template <
typename RecommendationsT = Recommendation>
55 m_recommendationsHasBeenSet =
true;
56 m_recommendations.emplace_back(std::forward<RecommendationsT>(value));
67 template <
typename NextTokenT = Aws::String>
69 m_nextTokenHasBeenSet =
true;
70 m_nextToken = std::forward<NextTokenT>(value);
72 template <
typename NextTokenT = Aws::String>
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_recommendationsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
void SetRecommendations(RecommendationsT &&value)
void SetRequestId(RequestIdT &&value)
ListRecommendationsResult & WithRecommendations(RecommendationsT &&value)
const Aws::Vector< Recommendation > & GetRecommendations() const
const Aws::String & GetRequestId() const
AWS_DEVOPSAGENT_API ListRecommendationsResult()=default
AWS_DEVOPSAGENT_API ListRecommendationsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEVOPSAGENT_API ListRecommendationsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListRecommendationsResult & WithNextToken(NextTokenT &&value)
ListRecommendationsResult & AddRecommendations(RecommendationsT &&value)
ListRecommendationsResult & WithRequestId(RequestIdT &&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