@Generated(value="software.amazon.awssdk:codegen") public final class AssetSourceEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetSourceEntry.Builder,AssetSourceEntry>
The source of the assets.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AssetSourceEntry.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucket()
The Amazon S3 bucket that's part of the source of the asset.
|
static AssetSourceEntry.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 AssetSourceEntry.Builder> |
serializableBuilderClass() |
AssetSourceEntry.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucket()
The Amazon S3 bucket that's part of the source of the asset.
public final String key()
The name of the object in Amazon S3 for the asset.
public AssetSourceEntry.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AssetSourceEntry.Builder,AssetSourceEntry>public static AssetSourceEntry.Builder builder()
public static Class<? extends AssetSourceEntry.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.