7#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/devops-guru/model/InsightFeedbackOption.h>
49 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
50 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
70 bool m_idHasBeenSet =
false;
73 bool m_feedbackHasBeenSet =
false;
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
void SetFeedback(const InsightFeedbackOption &value)
InsightFeedback & WithFeedback(InsightFeedbackOption &&value)
AWS_DEVOPSGURU_API InsightFeedback()
InsightFeedback & WithId(const char *value)
InsightFeedback & WithId(Aws::String &&value)
const Aws::String & GetId() const
const InsightFeedbackOption & GetFeedback() const
AWS_DEVOPSGURU_API InsightFeedback & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetId(const Aws::String &value)
AWS_DEVOPSGURU_API InsightFeedback(Aws::Utils::Json::JsonView jsonValue)
bool FeedbackHasBeenSet() const
void SetFeedback(InsightFeedbackOption &&value)
bool IdHasBeenSet() const
void SetId(const char *value)
InsightFeedback & WithFeedback(const InsightFeedbackOption &value)
InsightFeedback & WithId(const Aws::String &value)
void SetId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue