Class Ssml
- java.lang.Object
-
- software.amazon.awssdk.services.alexaforbusiness.model.Ssml
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Ssml.Builder,Ssml>
@Generated("software.amazon.awssdk:codegen") public final class Ssml extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ssml.Builder,Ssml>
The SSML message. For more information, see SSML Reference.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSsml.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ssml.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Localelocale()The locale of the SSML message.StringlocaleAsString()The locale of the SSML message.List<SdkField<?>>sdkFields()static Class<? extends Ssml.Builder>serializableBuilderClass()Ssml.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvalue()The value of the SSML message in the correct SSML format.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
locale
public final Locale locale()
The locale of the SSML message. Currently, en-US is supported.
If the service returns an enum value that is not available in the current SDK version,
localewill returnLocale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlocaleAsString().- Returns:
- The locale of the SSML message. Currently, en-US is supported.
- See Also:
Locale
-
localeAsString
public final String localeAsString()
The locale of the SSML message. Currently, en-US is supported.
If the service returns an enum value that is not available in the current SDK version,
localewill returnLocale.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlocaleAsString().- Returns:
- The locale of the SSML message. Currently, en-US is supported.
- See Also:
Locale
-
value
public final String value()
The value of the SSML message in the correct SSML format. The audio tag is not supported.
- Returns:
- The value of the SSML message in the correct SSML format. The audio tag is not supported.
-
toBuilder
public Ssml.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Ssml.Builder,Ssml>
-
builder
public static Ssml.Builder builder()
-
serializableBuilderClass
public static Class<? extends Ssml.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-