@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) |
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
updatedAt()
The timestamp of when the note was updated.
|
String |
updatedBy()
The principal that created a note.
|
copy
public String text()
The text of a note.
public String updatedBy()
The principal that created a note.
public String updatedAt()
The timestamp of when the note was updated.
public Note.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Note.Builder,Note>
public static Note.Builder builder()
public static Class<? extends Note.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.