Class MetadataGenerationRunTarget
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.MetadataGenerationRunTarget
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetadataGenerationRunTarget.Builder,MetadataGenerationRunTarget>
@Generated("software.amazon.awssdk:codegen") public final class MetadataGenerationRunTarget extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataGenerationRunTarget.Builder,MetadataGenerationRunTarget>
The asset for which metadata was generated.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetadataGenerationRunTarget.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetadataGenerationRunTarget.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()The ID of the metadata generation run's target.Stringrevision()The revision of the asset for which metadata was generated.List<SdkField<?>>sdkFields()static Class<? extends MetadataGenerationRunTarget.Builder>serializableBuilderClass()MetadataGenerationRunTarget.BuildertoBuilder()StringtoString()Returns a string representation of this object.MetadataGenerationTargetTypetype()The type of the asset for which metadata was generated.StringtypeAsString()The type of the asset for which metadata was generated.-
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
-
identifier
public final String identifier()
The ID of the metadata generation run's target.
- Returns:
- The ID of the metadata generation run's target.
-
revision
public final String revision()
The revision of the asset for which metadata was generated.
- Returns:
- The revision of the asset for which metadata was generated.
-
type
public final MetadataGenerationTargetType type()
The type of the asset for which metadata was generated.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMetadataGenerationTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the asset for which metadata was generated.
- See Also:
MetadataGenerationTargetType
-
typeAsString
public final String typeAsString()
The type of the asset for which metadata was generated.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMetadataGenerationTargetType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the asset for which metadata was generated.
- See Also:
MetadataGenerationTargetType
-
toBuilder
public MetadataGenerationRunTarget.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetadataGenerationRunTarget.Builder,MetadataGenerationRunTarget>
-
builder
public static MetadataGenerationRunTarget.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetadataGenerationRunTarget.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.
-
-