@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CallInstructionsMessageType extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
CallInstructionsMessageType() |
| Modifier and Type | Method and Description |
|---|---|
CallInstructionsMessageType |
clone() |
boolean |
equals(Object obj) |
String |
getText()
The language to use when delivering the message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setText(String text)
The language to use when delivering the message.
|
String |
toString()
Returns a string representation of this object.
|
CallInstructionsMessageType |
withText(String text)
The language to use when delivering the message.
|
public void setText(String text)
text - The language to use when delivering the message. For a complete list of supported languages, see the
Amazon Polly Developer Guide.public String getText()
public CallInstructionsMessageType withText(String text)
text - The language to use when delivering the message. For a complete list of supported languages, see the
Amazon Polly Developer Guide.public String toString()
toString in class ObjectObject.toString()public CallInstructionsMessageType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.