@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrieveAndGenerateOutput extends Object implements Serializable, Cloneable, StructuredPojo
Service response of the turn
| Constructor and Description |
|---|
RetrieveAndGenerateOutput() |
| Modifier and Type | Method and Description |
|---|---|
RetrieveAndGenerateOutput |
clone() |
boolean |
equals(Object obj) |
String |
getText()
Service response of the turn in text
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setText(String text)
Service response of the turn in text
|
String |
toString()
Returns a string representation of this object.
|
RetrieveAndGenerateOutput |
withText(String text)
Service response of the turn in text
|
public void setText(String text)
Service response of the turn in text
text - Service response of the turn in textpublic String getText()
Service response of the turn in text
public RetrieveAndGenerateOutput withText(String text)
Service response of the turn in text
text - Service response of the turn in textpublic String toString()
toString in class ObjectObject.toString()public RetrieveAndGenerateOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.