@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NoteUpdate extends Object implements Serializable, Cloneable, StructuredPojo
The updated note.
| Constructor and Description | 
|---|
| NoteUpdate() | 
| Modifier and Type | Method and Description | 
|---|---|
| NoteUpdate | clone() | 
| boolean | equals(Object obj) | 
| String | getText()
 The updated note text. | 
| String | getUpdatedBy()
 The principal that updated the note. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setText(String text)
 The updated note text. | 
| void | setUpdatedBy(String updatedBy)
 The principal that updated the note. | 
| String | toString()Returns a string representation of this object. | 
| NoteUpdate | withText(String text)
 The updated note text. | 
| NoteUpdate | withUpdatedBy(String updatedBy)
 The principal that updated the note. | 
public void setText(String text)
The updated note text.
text - The updated note text.public String getText()
The updated note text.
public NoteUpdate withText(String text)
The updated note text.
text - The updated note text.public void setUpdatedBy(String updatedBy)
The principal that updated the note.
updatedBy - The principal that updated the note.public String getUpdatedBy()
The principal that updated the note.
public NoteUpdate withUpdatedBy(String updatedBy)
The principal that updated the note.
updatedBy - The principal that updated the note.public String toString()
toString in class ObjectObject.toString()public NoteUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.