@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) |
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 ObjectObject.toString()public RetrieveAndGenerateInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.