7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/model/InsightFeedback.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
39 template<
typename InsightFeedbackT = InsightFeedback>
40 void SetInsightFeedback(InsightFeedbackT&& value) { m_insightFeedbackHasBeenSet =
true; m_insightFeedback = std::forward<InsightFeedbackT>(value); }
41 template<
typename InsightFeedbackT = InsightFeedback>
48 template<
typename RequestIdT = Aws::String>
49 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
50 template<
typename RequestIdT = Aws::String>
56 bool m_insightFeedbackHasBeenSet =
false;
59 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