@Generated(value="software.amazon.awssdk:codegen") public final class GetAttachmentResponse extends ConnectParticipantResponse implements ToCopyableBuilder<GetAttachmentResponse.Builder,GetAttachmentResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetAttachmentResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetAttachmentResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetAttachmentResponse.Builder> |
serializableBuilderClass() |
GetAttachmentResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.
|
String |
urlExpiry()
The expiration time of the URL in ISO timestamp.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String url()
This is the pre-signed URL that can be used for uploading the file to Amazon S3 when used in response to StartAttachmentUpload.
public final String urlExpiry()
The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
public GetAttachmentResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetAttachmentResponse.Builder,GetAttachmentResponse>toBuilder in class AwsResponsepublic static GetAttachmentResponse.Builder builder()
public static Class<? extends GetAttachmentResponse.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.