7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TextT = Aws::String>
47 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
48 template<
typename TextT = Aws::String>
58 template<
typename UpdatedByT = Aws::String>
59 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
60 template<
typename UpdatedByT = Aws::String>
66 bool m_textHasBeenSet =
false;
69 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