@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Ssml extends Object implements Serializable, Cloneable, StructuredPojo
The SSML message. For more information, see SSML Reference.
| Constructor and Description |
|---|
Ssml() |
| Modifier and Type | Method and Description |
|---|---|
Ssml |
clone() |
boolean |
equals(Object obj) |
String |
getLocale()
The locale of the SSML message.
|
String |
getValue()
The value of the SSML message in the correct SSML format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setLocale(String locale)
The locale of the SSML message.
|
void |
setValue(String value)
The value of the SSML message in the correct SSML format.
|
String |
toString()
Returns a string representation of this object.
|
Ssml |
withLocale(Locale locale)
The locale of the SSML message.
|
Ssml |
withLocale(String locale)
The locale of the SSML message.
|
Ssml |
withValue(String value)
The value of the SSML message in the correct SSML format.
|
public void setLocale(String locale)
The locale of the SSML message. Currently, en-US is supported.
locale - The locale of the SSML message. Currently, en-US is supported.Localepublic String getLocale()
The locale of the SSML message. Currently, en-US is supported.
Localepublic Ssml withLocale(String locale)
The locale of the SSML message. Currently, en-US is supported.
locale - The locale of the SSML message. Currently, en-US is supported.Localepublic Ssml withLocale(Locale locale)
The locale of the SSML message. Currently, en-US is supported.
locale - The locale of the SSML message. Currently, en-US is supported.Localepublic void setValue(String value)
The value of the SSML message in the correct SSML format. The audio tag is not supported.
value - The value of the SSML message in the correct SSML format. The audio tag is not supported.public String getValue()
The value of the SSML message in the correct SSML format. The audio tag is not supported.
public Ssml withValue(String value)
The value of the SSML message in the correct SSML format. The audio tag is not supported.
value - The value of the SSML message in the correct SSML format. The audio tag is not supported.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.