7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
34 AWS_SECURITYHUB_API
Note() =
default;
47 template<
typename TextT = Aws::String>
48 void SetText(TextT&& value) { m_textHasBeenSet =
true; m_text = std::forward<TextT>(value); }
49 template<
typename TextT = Aws::String>
59 template<
typename UpdatedByT = Aws::String>
60 void SetUpdatedBy(UpdatedByT&& value) { m_updatedByHasBeenSet =
true; m_updatedBy = std::forward<UpdatedByT>(value); }
61 template<
typename UpdatedByT = Aws::String>
74 template<
typename UpdatedAtT = Aws::String>
75 void SetUpdatedAt(UpdatedAtT&& value) { m_updatedAtHasBeenSet =
true; m_updatedAt = std::forward<UpdatedAtT>(value); }
76 template<
typename UpdatedAtT = Aws::String>
82 bool m_textHasBeenSet =
false;
85 bool m_updatedByHasBeenSet =
false;
88 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