@Generated(value="software.amazon.awssdk:codegen") public final class Note extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Note.Builder,Note>
A user-defined note added to a finding.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Note.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Note.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Note.Builder> |
serializableBuilderClass() |
String |
text()
The text of a note.
|
Note.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
updatedAt()
The timestamp of when the note was updated.
|
String |
updatedBy()
The principal that created a note.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String text()
The text of a note.
public final String updatedBy()
The principal that created a note.
public final String updatedAt()
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.
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.
public Note.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Note.Builder,Note>public static Note.Builder builder()
public static Class<? extends Note.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.