@Generated(value="software.amazon.awssdk:codegen") public final class ImportAssetFromSignedUrlResponseDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>
The details in the response for an import request, including the signed URL and other information.
Modifier and Type | Class and Description |
---|---|
static interface |
ImportAssetFromSignedUrlResponseDetails.Builder |
Modifier and Type | Method and Description |
---|---|
String |
assetName()
The name for the asset associated with this import response.
|
static ImportAssetFromSignedUrlResponseDetails.Builder |
builder() |
String |
dataSetId()
The unique identifier for the data set associated with this import job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
md5Hash()
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
String |
revisionId()
The unique identifier for the revision associated with this import response.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportAssetFromSignedUrlResponseDetails.Builder> |
serializableBuilderClass() |
String |
signedUrl()
The signed URL.
|
Instant |
signedUrlExpiresAt()
The time and date at which the signed URL expires, in ISO 8601 format.
|
ImportAssetFromSignedUrlResponseDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String assetName()
The name for the asset associated with this import response.
public final String dataSetId()
The unique identifier for the data set associated with this import job.
public final String md5Hash()
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
public final String revisionId()
The unique identifier for the revision associated with this import response.
public final String signedUrl()
The signed URL.
public final Instant signedUrlExpiresAt()
The time and date at which the signed URL expires, in ISO 8601 format.
public ImportAssetFromSignedUrlResponseDetails.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>
public static ImportAssetFromSignedUrlResponseDetails.Builder builder()
public static Class<? extends ImportAssetFromSignedUrlResponseDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.