/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A user-defined note added to a finding.See Also:
AWS
* API Reference
The text of a note.
*/ inline const Aws::String& GetText() const{ return m_text; } /** *The text of a note.
*/ inline bool TextHasBeenSet() const { return m_textHasBeenSet; } /** *The text of a note.
*/ inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } /** *The text of a note.
*/ inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } /** *The text of a note.
*/ inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } /** *The text of a note.
*/ inline Note& WithText(const Aws::String& value) { SetText(value); return *this;} /** *The text of a note.
*/ inline Note& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} /** *The text of a note.
*/ inline Note& WithText(const char* value) { SetText(value); return *this;} /** *The principal that created a note.
*/ inline const Aws::String& GetUpdatedBy() const{ return m_updatedBy; } /** *The principal that created a note.
*/ inline bool UpdatedByHasBeenSet() const { return m_updatedByHasBeenSet; } /** *The principal that created a note.
*/ inline void SetUpdatedBy(const Aws::String& value) { m_updatedByHasBeenSet = true; m_updatedBy = value; } /** *The principal that created a note.
*/ inline void SetUpdatedBy(Aws::String&& value) { m_updatedByHasBeenSet = true; m_updatedBy = std::move(value); } /** *The principal that created a note.
*/ inline void SetUpdatedBy(const char* value) { m_updatedByHasBeenSet = true; m_updatedBy.assign(value); } /** *The principal that created a note.
*/ inline Note& WithUpdatedBy(const Aws::String& value) { SetUpdatedBy(value); return *this;} /** *The principal that created a note.
*/ inline Note& WithUpdatedBy(Aws::String&& value) { SetUpdatedBy(std::move(value)); return *this;} /** *The principal that created a note.
*/ inline Note& WithUpdatedBy(const char* value) { SetUpdatedBy(value); return *this;} /** *The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.
The timestamp of when the note was updated.
Uses the
* date-time
format specified in RFC 3339 section 5.6,
* Internet Date/Time Format. The value cannot contain spaces, and date and
* time should be separated by T
. For example,
* 2020-03-22T13:22:13.933Z
.