7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
10#include <aws/devops-guru/model/InsightFeedback.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
34 template <
typename InsightFeedbackT = InsightFeedback>
36 m_insightFeedbackHasBeenSet =
true;
37 m_insightFeedback = std::forward<InsightFeedbackT>(value);
39 template <
typename InsightFeedbackT = InsightFeedback>
49 template <
typename RequestIdT = Aws::String>
51 m_requestIdHasBeenSet =
true;
52 m_requestId = std::forward<RequestIdT>(value);
54 template <
typename RequestIdT = Aws::String>
67 bool m_insightFeedbackHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const InsightFeedback & GetInsightFeedback() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
DescribeFeedbackResult & WithInsightFeedback(InsightFeedbackT &&value)
AWS_DEVOPSGURU_API DescribeFeedbackResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetInsightFeedback(InsightFeedbackT &&value)
AWS_DEVOPSGURU_API DescribeFeedbackResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeFeedbackResult & WithRequestId(RequestIdT &&value)
AWS_DEVOPSGURU_API DescribeFeedbackResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue