AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
UserFeedback.h
1
6#pragma once
7#include <aws/codeguruprofiler/CodeGuruProfiler_EXPORTS.h>
8#include <aws/codeguruprofiler/model/FeedbackType.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace CodeGuruProfiler {
20namespace Model {
21
30 public:
31 AWS_CODEGURUPROFILER_API UserFeedback() = default;
32 AWS_CODEGURUPROFILER_API UserFeedback(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CODEGURUPROFILER_API UserFeedback& operator=(Aws::Utils::Json::JsonView jsonValue);
34 AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline FeedbackType GetType() const { return m_type; }
42 inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; }
43 inline void SetType(FeedbackType value) {
44 m_typeHasBeenSet = true;
45 m_type = value;
46 }
48 SetType(value);
49 return *this;
50 }
52 private:
54 bool m_typeHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace CodeGuruProfiler
59} // namespace Aws
AWS_CODEGURUPROFILER_API UserFeedback(Aws::Utils::Json::JsonView jsonValue)
AWS_CODEGURUPROFILER_API UserFeedback()=default
AWS_CODEGURUPROFILER_API UserFeedback & operator=(Aws::Utils::Json::JsonView jsonValue)
UserFeedback & WithType(FeedbackType value)
AWS_CODEGURUPROFILER_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue