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