@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SSMLMessage extends Object implements Serializable, Cloneable, StructuredPojo
Defines a Speech Synthesis Markup Language (SSML) prompt.
| Constructor and Description |
|---|
SSMLMessage() |
| Modifier and Type | Method and Description |
|---|---|
SSMLMessage |
clone() |
boolean |
equals(Object obj) |
String |
getValue()
The SSML text that defines the prompt.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setValue(String value)
The SSML text that defines the prompt.
|
String |
toString()
Returns a string representation of this object.
|
SSMLMessage |
withValue(String value)
The SSML text that defines the prompt.
|
public void setValue(String value)
The SSML text that defines the prompt.
value - The SSML text that defines the prompt.public String getValue()
The SSML text that defines the prompt.
public SSMLMessage withValue(String value)
The SSML text that defines the prompt.
value - The SSML text that defines the prompt.public String toString()
toString in class ObjectObject.toString()public SSMLMessage clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.