@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveAndGenerateInput extends Object implements Serializable, Cloneable, StructuredPojo
Customer input of the turn
Constructor and Description |
---|
RetrieveAndGenerateInput() |
Modifier and Type | Method and Description |
---|---|
RetrieveAndGenerateInput |
clone() |
boolean |
equals(Object obj) |
String |
getText()
Customer input of the turn in text
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setText(String text)
Customer input of the turn in text
|
String |
toString()
Returns a string representation of this object.
|
RetrieveAndGenerateInput |
withText(String text)
Customer input of the turn in text
|
public void setText(String text)
Customer input of the turn in text
text
- Customer input of the turn in textpublic String getText()
Customer input of the turn in text
public RetrieveAndGenerateInput withText(String text)
Customer input of the turn in text
text
- Customer input of the turn in textpublic String toString()
toString
in class Object
Object.toString()
public RetrieveAndGenerateInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.