Class AssetDestinationEntry
- java.lang.Object
-
- software.amazon.awssdk.services.dataexchange.model.AssetDestinationEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>
@Generated("software.amazon.awssdk:codegen") public final class AssetDestinationEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>
The destination for the asset.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetDestinationEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassetId()The unique identifier for the asset.Stringbucket()The Amazon S3 bucket that is the destination for the asset.static AssetDestinationEntry.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringkey()The name of the object in Amazon S3 for the asset.List<SdkField<?>>sdkFields()static Class<? extends AssetDestinationEntry.Builder>serializableBuilderClass()AssetDestinationEntry.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.
- Returns:
- The unique identifier for the asset.
-
bucket
public final String bucket()
The Amazon S3 bucket that is the destination for the asset.
- Returns:
- The Amazon S3 bucket that is the destination for the asset.
-
key
public final String key()
The name of the object in Amazon S3 for the asset.
- Returns:
- The name of the object in Amazon S3 for the asset.
-
toBuilder
public AssetDestinationEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetDestinationEntry.Builder,AssetDestinationEntry>
-
builder
public static AssetDestinationEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetDestinationEntry.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.
-
-