@Generated(value="software.amazon.awssdk:codegen") public final class AssetBundleImportSourceDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>
A description of the import source that you provide at the start of an import job. This value is set to either
Body or S3Uri, depending on how the StartAssetBundleImportJobRequest is
configured.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetBundleImportSourceDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
body()
An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job.
|
static AssetBundleImportSourceDescription.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Uri()
The Amazon S3 URI that you provided at the start of the import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetBundleImportSourceDescription.Builder> |
serializableBuilderClass() |
AssetBundleImportSourceDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String body()
An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job.
This URL is valid for five minutes after issuance. Call DescribeAssetBundleExportJob again for a
fresh URL if needed. The downloaded asset bundle is a .qs zip file.
DescribeAssetBundleExportJob again for a fresh URL if needed. The downloaded asset bundle is
a .qs zip file.public final String s3Uri()
The Amazon S3 URI that you provided at the start of the import job.
public AssetBundleImportSourceDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>public static AssetBundleImportSourceDescription.Builder builder()
public static Class<? extends AssetBundleImportSourceDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.