@Generated(value="software.amazon.awssdk:codegen") public final class ExportAssetToSignedUrlRequestDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,ExportAssetToSignedUrlRequestDetails>
Details of the operation to be performed by the job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExportAssetToSignedUrlRequestDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The unique identifier for the asset that is exported to a signed URL.
|
static ExportAssetToSignedUrlRequestDetails.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 request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ExportAssetToSignedUrlRequestDetails.Builder> |
serializableBuilderClass() |
ExportAssetToSignedUrlRequestDetails.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 that is exported to a signed URL.
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 request.
public ExportAssetToSignedUrlRequestDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,ExportAssetToSignedUrlRequestDetails>public static ExportAssetToSignedUrlRequestDetails.Builder builder()
public static Class<? extends ExportAssetToSignedUrlRequestDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.