7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/InsightFeedback.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
33 template <
typename InsightFeedbackT = InsightFeedback>
35 m_insightFeedbackHasBeenSet =
true;
36 m_insightFeedback = std::forward<InsightFeedbackT>(value);
38 template <
typename InsightFeedbackT = InsightFeedback>
48 template <
typename RequestIdT = Aws::String>
50 m_requestIdHasBeenSet =
true;
51 m_requestId = std::forward<RequestIdT>(value);
53 template <
typename RequestIdT = Aws::String>
61 bool m_insightFeedbackHasBeenSet =
false;
64 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const InsightFeedback & GetInsightFeedback() 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