7#include <aws/devops-guru/DevOpsGuruRequest.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/InsightFeedback.h>
38 template <
typename InsightFeedbackT = InsightFeedback>
40 m_insightFeedbackHasBeenSet =
true;
41 m_insightFeedback = std::forward<InsightFeedbackT>(value);
43 template <
typename InsightFeedbackT = InsightFeedback>
51 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