@Generated(value="software.amazon.awssdk:codegen") public final class AssistantAssociationOutputData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssistantAssociationOutputData.Builder,AssistantAssociationOutputData>
The data that is output as a result of the assistant association.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssistantAssociationOutputData.Builder |
static class |
AssistantAssociationOutputData.Type |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final KnowledgeBaseAssociationData knowledgeBaseAssociation()
The knowledge base where output data is sent.
public AssistantAssociationOutputData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssistantAssociationOutputData.Builder,AssistantAssociationOutputData>public static AssistantAssociationOutputData.Builder builder()
public static Class<? extends AssistantAssociationOutputData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static AssistantAssociationOutputData fromKnowledgeBaseAssociation(KnowledgeBaseAssociationData knowledgeBaseAssociation)
knowledgeBaseAssociation() initialized to the given value.
The knowledge base where output data is sent.
knowledgeBaseAssociation - The knowledge base where output data is sent.public static AssistantAssociationOutputData fromKnowledgeBaseAssociation(Consumer<KnowledgeBaseAssociationData.Builder> knowledgeBaseAssociation)
knowledgeBaseAssociation() initialized to the given value.
The knowledge base where output data is sent.
knowledgeBaseAssociation - The knowledge base where output data is sent.public AssistantAssociationOutputData.Type type()
AssistantAssociationOutputData.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be AssistantAssociationOutputData.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2022. All rights reserved.