@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssistantAssociationOutputData extends Object implements Serializable, Cloneable, StructuredPojo
The data that is output as a result of the assistant association.
Constructor and Description |
---|
AssistantAssociationOutputData() |
Modifier and Type | Method and Description |
---|---|
AssistantAssociationOutputData |
clone() |
boolean |
equals(Object obj) |
KnowledgeBaseAssociationData |
getKnowledgeBaseAssociation()
The knowledge base where output data is sent.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKnowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
|
String |
toString()
Returns a string representation of this object.
|
AssistantAssociationOutputData |
withKnowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
|
public void setKnowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
knowledgeBaseAssociation
- The knowledge base where output data is sent.public KnowledgeBaseAssociationData getKnowledgeBaseAssociation()
The knowledge base where output data is sent.
public AssistantAssociationOutputData withKnowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
The knowledge base where output data is sent.
knowledgeBaseAssociation
- The knowledge base where output data is sent.public String toString()
toString
in class Object
Object.toString()
public AssistantAssociationOutputData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.