7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/devops-guru/DevOpsGuruRequest.h>
9#include <aws/devops-guru/model/InsightFeedback.h>
42 template<
typename InsightFeedbackT = InsightFeedback>
43 void SetInsightFeedback(InsightFeedbackT&& value) { m_insightFeedbackHasBeenSet =
true; m_insightFeedback = std::forward<InsightFeedbackT>(value); }
44 template<
typename InsightFeedbackT = InsightFeedback>
50 bool m_insightFeedbackHasBeenSet =
false;
AWS_DEVOPSGURU_API Aws::String SerializePayload() const override
void SetInsightFeedback(InsightFeedbackT &&value)
bool InsightFeedbackHasBeenSet() const
PutFeedbackRequest & WithInsightFeedback(InsightFeedbackT &&value)
virtual const char * GetServiceRequestName() const override
const InsightFeedback & GetInsightFeedback() const
AWS_DEVOPSGURU_API PutFeedbackRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String