7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
29 AWS_SECURITYHUB_API
Note() =
default;
41 template <
typename TextT = Aws::String>
43 m_textHasBeenSet =
true;
44 m_text = std::forward<TextT>(value);
46 template <
typename TextT = Aws::String>
48 SetText(std::forward<TextT>(value));
59 template <
typename UpdatedByT = Aws::String>
61 m_updatedByHasBeenSet =
true;
62 m_updatedBy = std::forward<UpdatedByT>(value);
64 template <
typename UpdatedByT = Aws::String>
80 template <
typename UpdatedAtT = Aws::String>
82 m_updatedAtHasBeenSet =
true;
83 m_updatedAt = std::forward<UpdatedAtT>(value);
85 template <
typename UpdatedAtT = Aws::String>
97 bool m_textHasBeenSet =
false;
98 bool m_updatedByHasBeenSet =
false;
99 bool m_updatedAtHasBeenSet =
false;
bool UpdatedAtHasBeenSet() const
const Aws::String & GetUpdatedBy() const
AWS_SECURITYHUB_API Note(Aws::Utils::Json::JsonView jsonValue)
void SetUpdatedBy(UpdatedByT &&value)
AWS_SECURITYHUB_API Note & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetText(TextT &&value)
const Aws::String & GetText() const
AWS_SECURITYHUB_API Note()=default
bool UpdatedByHasBeenSet() const
Note & WithText(TextT &&value)
Note & WithUpdatedAt(UpdatedAtT &&value)
void SetUpdatedAt(UpdatedAtT &&value)
const Aws::String & GetUpdatedAt() const
bool TextHasBeenSet() const
Note & WithUpdatedBy(UpdatedByT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue