7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-agent/DevOpsAgent_EXPORTS.h>
10#include <aws/devops-agent/model/Recommendation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace DevOpsAgent {
42 template <
typename RecommendationT = Recommendation>
44 m_recommendationHasBeenSet =
true;
45 m_recommendation = std::forward<RecommendationT>(value);
47 template <
typename RecommendationT = Recommendation>
57 template <
typename RequestIdT = Aws::String>
59 m_requestIdHasBeenSet =
true;
60 m_requestId = std::forward<RequestIdT>(value);
62 template <
typename RequestIdT = Aws::String>
75 bool m_recommendationHasBeenSet =
false;
76 bool m_requestIdHasBeenSet =
false;
const Recommendation & GetRecommendation() const
AWS_DEVOPSAGENT_API GetRecommendationResult()=default
GetRecommendationResult & WithRecommendation(RecommendationT &&value)
AWS_DEVOPSAGENT_API GetRecommendationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRecommendation(RecommendationT &&value)
GetRecommendationResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_DEVOPSAGENT_API GetRecommendationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue