7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/devops-guru/DevOpsGuru_EXPORTS.h>
9#include <aws/devops-guru/model/InsightFeedbackOption.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
61 m_feedbackHasBeenSet =
true;
73 bool m_idHasBeenSet =
false;
74 bool m_feedbackHasBeenSet =
false;
AWS_DEVOPSGURU_API Aws::Utils::Json::JsonValue Jsonize() const
InsightFeedbackOption GetFeedback() const
AWS_DEVOPSGURU_API InsightFeedback()=default
InsightFeedback & WithId(IdT &&value)
InsightFeedback & WithFeedback(InsightFeedbackOption value)
void SetFeedback(InsightFeedbackOption value)
const Aws::String & GetId() const
AWS_DEVOPSGURU_API InsightFeedback & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DEVOPSGURU_API InsightFeedback(Aws::Utils::Json::JsonView jsonValue)
bool FeedbackHasBeenSet() const
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue