@Generated(value="software.amazon.awssdk:codegen") public final class ExportAssetToSignedUrlResponseDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportAssetToSignedUrlResponseDetails.Builder,ExportAssetToSignedUrlResponseDetails>
The details of the export to signed URL response.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportAssetToSignedUrlResponseDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The unique identifier for the asset associated with this export job.
|
static ExportAssetToSignedUrlResponseDetails.Builder |
builder() |
String |
dataSetId()
The unique identifier for the data set associated with this export job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
revisionId()
The unique identifier for the revision associated with this export response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportAssetToSignedUrlResponseDetails.Builder> |
serializableBuilderClass() |
String |
signedUrl()
The signed URL for the export request.
|
Instant |
signedUrlExpiresAt()
The date and time that the signed URL expires, in ISO 8601 format.
|
ExportAssetToSignedUrlResponseDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetId()
The unique identifier for the asset associated with this export job.
public final String dataSetId()
The unique identifier for the data set associated with this export job.
public final String revisionId()
The unique identifier for the revision associated with this export response.
public final String signedUrl()
The signed URL for the export request.
public final Instant signedUrlExpiresAt()
The date and time that the signed URL expires, in ISO 8601 format.
public ExportAssetToSignedUrlResponseDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportAssetToSignedUrlResponseDetails.Builder,ExportAssetToSignedUrlResponseDetails>public static ExportAssetToSignedUrlResponseDetails.Builder builder()
public static Class<? extends ExportAssetToSignedUrlResponseDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.