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