@Generated(value="software.amazon.awssdk:codegen") public final class AssistantAssociationInputData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssistantAssociationInputData.Builder,AssistantAssociationInputData>
The data that is input into Wisdom as a result of the assistant association.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssistantAssociationInputData.Builder |
static class |
AssistantAssociationInputData.Type |
| Modifier and Type | Method and Description |
|---|---|
static AssistantAssociationInputData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static AssistantAssociationInputData |
fromKnowledgeBaseId(String knowledgeBaseId)
Create an instance of this class with
knowledgeBaseId() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
knowledgeBaseId()
The the identifier of the knowledge base.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssistantAssociationInputData.Builder> |
serializableBuilderClass() |
AssistantAssociationInputData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
AssistantAssociationInputData.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String knowledgeBaseId()
The the identifier of the knowledge base.
public AssistantAssociationInputData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssistantAssociationInputData.Builder,AssistantAssociationInputData>public static AssistantAssociationInputData.Builder builder()
public static Class<? extends AssistantAssociationInputData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static AssistantAssociationInputData fromKnowledgeBaseId(String knowledgeBaseId)
knowledgeBaseId() initialized to the given value.
The the identifier of the knowledge base.
knowledgeBaseId - The the identifier of the knowledge base.public AssistantAssociationInputData.Type type()
AssistantAssociationInputData.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 AssistantAssociationInputData.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2022. All rights reserved.