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