Class ExportAssetToSignedUrlRequestDetails
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.ExportAssetToSignedUrlRequestDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,ExportAssetToSignedUrlRequestDetails>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExportAssetToSignedUrlRequestDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassetId()The unique identifier for the asset that is exported to a signed URL.static ExportAssetToSignedUrlRequestDetails.Builderbuilder()StringdataSetId()The unique identifier for the data set associated with this export job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringrevisionId()The unique identifier for the revision associated with this export request.List<SdkField<?>>sdkFields()static Class<? extends ExportAssetToSignedUrlRequestDetails.Builder>serializableBuilderClass()ExportAssetToSignedUrlRequestDetails.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
assetId
public final String assetId()
The unique identifier for the asset that is exported to a signed URL.
- Returns:
- The unique identifier for the asset that is exported to a signed URL.
-
dataSetId
public final String dataSetId()
The unique identifier for the data set associated with this export job.
- Returns:
- The unique identifier for the data set associated with this export job.
-
revisionId
public final String revisionId()
The unique identifier for the revision associated with this export request.
- Returns:
- The unique identifier for the revision associated with this export request.
-
toBuilder
public ExportAssetToSignedUrlRequestDetails.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,ExportAssetToSignedUrlRequestDetails>
-
builder
public static ExportAssetToSignedUrlRequestDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExportAssetToSignedUrlRequestDetails.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-