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