@Generated(value="software.amazon.awssdk:codegen") public final class AssetDestinationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>
The destination for the asset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetDestinationEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assetId()
The unique identifier for the asset.
|
String |
bucket()
The Amazon S3 bucket that is the destination for the asset.
|
static AssetDestinationEntry.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The name of the object in Amazon S3 for the asset.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AssetDestinationEntry.Builder> |
serializableBuilderClass() |
AssetDestinationEntry.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.
public final String bucket()
The Amazon S3 bucket that is the destination for the asset.
public final String key()
The name of the object in Amazon S3 for the asset.
public AssetDestinationEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>public static AssetDestinationEntry.Builder builder()
public static Class<? extends AssetDestinationEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.