@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. 
 | 
copypublic String text()
The updated note text.
public String updatedBy()
The principal that updated the note.
public NoteUpdate.Builder toBuilder()
ToCopyableBuildertoBuilder 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.