@Generated(value="software.amazon.awssdk:codegen") public final class KnowledgeBaseAssociationData extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KnowledgeBaseAssociationData.Builder,KnowledgeBaseAssociationData>
Association information about the knowledge base.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KnowledgeBaseAssociationData.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBaseAssociationData.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
knowledgeBaseArn()
The Amazon Resource Name (ARN) of the knowledge base.
|
String |
knowledgeBaseId()
The the identifier of the knowledge base.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KnowledgeBaseAssociationData.Builder> |
serializableBuilderClass() |
KnowledgeBaseAssociationData.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String knowledgeBaseArn()
The Amazon Resource Name (ARN) of the knowledge base.
public final String knowledgeBaseId()
The the identifier of the knowledge base.
public KnowledgeBaseAssociationData.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KnowledgeBaseAssociationData.Builder,KnowledgeBaseAssociationData>public static KnowledgeBaseAssociationData.Builder builder()
public static Class<? extends KnowledgeBaseAssociationData.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.