@Generated(value="software.amazon.awssdk:codegen") public final class NoteUpdate extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NoteUpdate.Builder,NoteUpdate>
The updated note.
Modifier and Type | Class and Description |
---|---|
static interface |
NoteUpdate.Builder |
Modifier and Type | Method and Description |
---|---|
static NoteUpdate.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends NoteUpdate.Builder> |
serializableBuilderClass() |
String |
text()
The updated note text.
|
NoteUpdate.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
updatedBy()
The principal that updated the note.
|
copy
public String text()
The updated note text.
public String updatedBy()
The principal that updated the note.
public NoteUpdate.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NoteUpdate.Builder,NoteUpdate>
public static NoteUpdate.Builder builder()
public static Class<? extends NoteUpdate.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.