@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CustomNarrativeOptions extends Object implements Serializable, Cloneable, StructuredPojo
The custom narrative options.
| Constructor and Description |
|---|
CustomNarrativeOptions() |
| Modifier and Type | Method and Description |
|---|---|
CustomNarrativeOptions |
clone() |
boolean |
equals(Object obj) |
String |
getNarrative()
The string input of custom narrative.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setNarrative(String narrative)
The string input of custom narrative.
|
String |
toString()
Returns a string representation of this object.
|
CustomNarrativeOptions |
withNarrative(String narrative)
The string input of custom narrative.
|
public void setNarrative(String narrative)
The string input of custom narrative.
narrative - The string input of custom narrative.public String getNarrative()
The string input of custom narrative.
public CustomNarrativeOptions withNarrative(String narrative)
The string input of custom narrative.
narrative - The string input of custom narrative.public String toString()
toString in class ObjectObject.toString()public CustomNarrativeOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.