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