@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssistantAssociationInputData extends Object implements Serializable, Cloneable, StructuredPojo
The data that is input into Wisdom 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) |
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.
knowledgeBaseId - The identifier of the knowledge base.public String getKnowledgeBaseId()
The identifier of the knowledge base.
public AssistantAssociationInputData withKnowledgeBaseId(String knowledgeBaseId)
The identifier of the knowledge base.
knowledgeBaseId - The identifier of the knowledge base.public String toString()
toString in class ObjectObject.toString()public AssistantAssociationInputData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.