@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) |
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)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.