@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)
Marshalls this structured data using the given
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.Locale
public String getLocale()
The locale of the SSML message. Currently, en-US is supported.
Locale
public 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.Locale
public 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.Locale
public 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 Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.