@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssistantAssociationInputData extends Object implements Serializable, Cloneable, StructuredPojo
The data that is input into Amazon Q in Connect as a result of the assistant association.
Constructor and Description |
---|
AssistantAssociationInputData() |
Modifier and Type | Method and Description |
---|---|
AssistantAssociationInputData |
clone() |
boolean |
equals(Object obj) |
String |
getKnowledgeBaseId()
The identifier of the knowledge base.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
String |
toString()
Returns a string representation of this object.
|
AssistantAssociationInputData |
withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
|
public void setKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
knowledgeBaseId
- The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.public String getKnowledgeBaseId()
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
public AssistantAssociationInputData withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.
knowledgeBaseId
- The identifier of the knowledge base. This should not be a QUICK_RESPONSES type knowledge base.public String toString()
toString
in class Object
Object.toString()
public AssistantAssociationInputData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.