@Generated(value="software.amazon.awssdk:codegen") public final class ContentReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ContentReference.Builder,ContentReference>
Reference information about the content.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContentReference.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ContentReference.Builder |
builder() |
String |
contentArn()
The Amazon Resource Name (ARN) of the content.
|
String |
contentId()
The identifier of the content.
|
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 identifier of the knowledge base.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ContentReference.Builder> |
serializableBuilderClass() |
ContentReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String contentArn()
The Amazon Resource Name (ARN) of the content.
public final String contentId()
The identifier of the content.
public final String knowledgeBaseArn()
The Amazon Resource Name (ARN) of the knowledge base.
public final String knowledgeBaseId()
The identifier of the knowledge base.
public ContentReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ContentReference.Builder,ContentReference>public static ContentReference.Builder builder()
public static Class<? extends ContentReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.