7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
40 template <
typename TextT = Aws::String>
42 m_textHasBeenSet =
true;
43 m_text = std::forward<TextT>(value);
45 template <
typename TextT = Aws::String>
47 SetText(std::forward<TextT>(value));
58 template <
typename UpdatedByT = Aws::String>
60 m_updatedByHasBeenSet =
true;
61 m_updatedBy = std::forward<UpdatedByT>(value);
63 template <
typename UpdatedByT = Aws::String>
73 bool m_textHasBeenSet =
false;
74 bool m_updatedByHasBeenSet =
false;
void SetText(TextT &&value)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
NoteUpdate & WithUpdatedBy(UpdatedByT &&value)
NoteUpdate & WithText(TextT &&value)
AWS_SECURITYHUB_API NoteUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TextHasBeenSet() const
void SetUpdatedBy(UpdatedByT &&value)
AWS_SECURITYHUB_API NoteUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API NoteUpdate()=default
bool UpdatedByHasBeenSet() const
const Aws::String & GetUpdatedBy() const
const Aws::String & GetText() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue