@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 Object
Object.toString()
public CallInstructionsMessageType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.