@Generated(value="software.amazon.awssdk:codegen") public final class GetPromptFileResponse extends ConnectResponse implements ToCopyableBuilder<GetPromptFileResponse.Builder,GetPromptFileResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetPromptFileResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetPromptFileResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
|
Instant |
lastModifiedTime()
The timestamp when this resource was last modified.
|
String |
promptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetPromptFileResponse.Builder> |
serializableBuilderClass() |
GetPromptFileResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String promptPresignedUrl()
A generated URL to the prompt that can be given to an unauthorized user so they can access the prompt in S3.
public final Instant lastModifiedTime()
The timestamp when this resource was last modified.
public final String lastModifiedRegion()
The Amazon Web Services Region where this resource was last modified.
public GetPromptFileResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetPromptFileResponse.Builder,GetPromptFileResponse>toBuilder in class AwsResponsepublic static GetPromptFileResponse.Builder builder()
public static Class<? extends GetPromptFileResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.