Class AssetInDataProductListingItem
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.AssetInDataProductListingItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>
@Generated("software.amazon.awssdk:codegen") public final class AssetInDataProductListingItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>
The listing of the asset in a data product.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetInDataProductListingItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssetInDataProductListingItem.Builderbuilder()StringentityId()The entity ID of the listing of the asset in a data product.StringentityRevision()The entity revision of the listing of the asset in a data product.StringentityType()The entity type of the listing of the asset in a data product.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssetInDataProductListingItem.Builder>serializableBuilderClass()AssetInDataProductListingItem.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
-
entityId
public final String entityId()
The entity ID of the listing of the asset in a data product.
- Returns:
- The entity ID of the listing of the asset in a data product.
-
entityRevision
public final String entityRevision()
The entity revision of the listing of the asset in a data product.
- Returns:
- The entity revision of the listing of the asset in a data product.
-
entityType
public final String entityType()
The entity type of the listing of the asset in a data product.
- Returns:
- The entity type of the listing of the asset in a data product.
-
toBuilder
public AssetInDataProductListingItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetInDataProductListingItem.Builder,AssetInDataProductListingItem>
-
builder
public static AssetInDataProductListingItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetInDataProductListingItem.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.
-
-