7#include <aws/codeguruprofiler/CodeGuruProfilerRequest.h>
8#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
9#include <aws/codeguruprofiler/model/FeedbackType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
15namespace CodeGuruProfiler {
45 template <
typename AnomalyInstanceIdT = Aws::String>
47 m_anomalyInstanceIdHasBeenSet =
true;
48 m_anomalyInstanceId = std::forward<AnomalyInstanceIdT>(value);
50 template <
typename AnomalyInstanceIdT = Aws::String>
63 template <
typename CommentT = Aws::String>
65 m_commentHasBeenSet =
true;
66 m_comment = std::forward<CommentT>(value);
68 template <
typename CommentT = Aws::String>
82 template <
typename ProfilingGroupNameT = Aws::String>
84 m_profilingGroupNameHasBeenSet =
true;
85 m_profilingGroupName = std::forward<ProfilingGroupNameT>(value);
87 template <
typename ProfilingGroupNameT = Aws::String>
102 m_typeHasBeenSet =
true;
118 bool m_anomalyInstanceIdHasBeenSet =
false;
119 bool m_commentHasBeenSet =
false;
120 bool m_profilingGroupNameHasBeenSet =
false;
121 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