@Generated(value="software.amazon.awssdk:codegen") public final class ImportAssetFromSignedUrlRequestDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportAssetFromSignedUrlRequestDetails.Builder,ImportAssetFromSignedUrlRequestDetails>
Details of the operation to be performed by the job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportAssetFromSignedUrlRequestDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetName()
The name of the asset.
|
static ImportAssetFromSignedUrlRequestDetails.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 request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportAssetFromSignedUrlRequestDetails.Builder> |
serializableBuilderClass() |
ImportAssetFromSignedUrlRequestDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String assetName()
The name of the asset. When importing from Amazon S3, the Amazon S3 object key is used as the asset name.
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 request.
public ImportAssetFromSignedUrlRequestDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportAssetFromSignedUrlRequestDetails.Builder,ImportAssetFromSignedUrlRequestDetails>public static ImportAssetFromSignedUrlRequestDetails.Builder builder()
public static Class<? extends ImportAssetFromSignedUrlRequestDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.