7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/codeguruprofiler/model/FeedbackType.h>
15namespace CodeGuruProfiler
49 template<
typename AnomalyInstanceIdT = Aws::String>
50 void SetAnomalyInstanceId(AnomalyInstanceIdT&& value) { m_anomalyInstanceIdHasBeenSet =
true; m_anomalyInstanceId = std::forward<AnomalyInstanceIdT>(value); }
51 template<
typename AnomalyInstanceIdT = Aws::String>
61 template<
typename CommentT = Aws::String>
62 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
63 template<
typename CommentT = Aws::String>
74 template<
typename ProfilingGroupNameT = Aws::String>
75 void SetProfilingGroupName(ProfilingGroupNameT&& value) { m_profilingGroupNameHasBeenSet =
true; m_profilingGroupName = std::forward<ProfilingGroupNameT>(value); }
76 template<
typename ProfilingGroupNameT = Aws::String>
93 bool m_anomalyInstanceIdHasBeenSet =
false;
96 bool m_commentHasBeenSet =
false;
99 bool m_profilingGroupNameHasBeenSet =
false;
102 bool m_typeHasBeenSet =
false;
const Aws::String & GetProfilingGroupName() const
SubmitFeedbackRequest & WithAnomalyInstanceId(AnomalyInstanceIdT &&value)
FeedbackType GetType() const
void SetComment(CommentT &&value)
bool ProfilingGroupNameHasBeenSet() const
const Aws::String & GetComment() const
bool AnomalyInstanceIdHasBeenSet() const
SubmitFeedbackRequest & WithComment(CommentT &&value)
AWS_CODEGURUPROFILER_API Aws::String SerializePayload() const override
const Aws::String & GetAnomalyInstanceId() const
void SetAnomalyInstanceId(AnomalyInstanceIdT &&value)
bool TypeHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetProfilingGroupName(ProfilingGroupNameT &&value)
void SetType(FeedbackType value)
bool CommentHasBeenSet() const
SubmitFeedbackRequest & WithType(FeedbackType value)
SubmitFeedbackRequest & WithProfilingGroupName(ProfilingGroupNameT &&value)
AWS_CODEGURUPROFILER_API SubmitFeedbackRequest()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String