Class AssetTargetNameMap
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.AssetTargetNameMap
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AssetTargetNameMap.Builder,AssetTargetNameMap>
@Generated("software.amazon.awssdk:codegen") public final class AssetTargetNameMap extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AssetTargetNameMap.Builder,AssetTargetNameMap>
The name map for assets.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAssetTargetNameMap.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassetId()The identifier of the inventory asset.static AssetTargetNameMap.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends AssetTargetNameMap.Builder>serializableBuilderClass()StringtargetName()The target name in the asset target name map.AssetTargetNameMap.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 identifier of the inventory asset.
- Returns:
- The identifier of the inventory asset.
-
targetName
public final String targetName()
The target name in the asset target name map.
- Returns:
- The target name in the asset target name map.
-
toBuilder
public AssetTargetNameMap.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AssetTargetNameMap.Builder,AssetTargetNameMap>
-
builder
public static AssetTargetNameMap.Builder builder()
-
serializableBuilderClass
public static Class<? extends AssetTargetNameMap.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.
-
-