Class MetadataGenerationRunItem
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.MetadataGenerationRunItem
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetadataGenerationRunItem.Builder,MetadataGenerationRunItem>
@Generated("software.amazon.awssdk:codegen") public final class MetadataGenerationRunItem extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MetadataGenerationRunItem.Builder,MetadataGenerationRunItem>
The metadata generation run.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetadataGenerationRunItem.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MetadataGenerationRunItem.Builderbuilder()InstantcreatedAt()The timestamp at which the metadata generation run was created.StringcreatedBy()The user who created the metadata generation run.StringdomainId()The ID of the Amazon DataZone domain in which the metadata generation run was created.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the metadata generation run.StringowningProjectId()The ID of the project that owns the asset for which the metadata generation was ran.List<SdkField<?>>sdkFields()static Class<? extends MetadataGenerationRunItem.Builder>serializableBuilderClass()MetadataGenerationRunStatusstatus()The status of the metadata generation run.StringstatusAsString()The status of the metadata generation run.MetadataGenerationRunTargettarget()The asset for which metadata was generated.MetadataGenerationRunItem.BuildertoBuilder()StringtoString()Returns a string representation of this object.MetadataGenerationRunTypetype()The type of the metadata generation run.StringtypeAsString()The type of the metadata generation run.-
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
-
createdAt
public final Instant createdAt()
The timestamp at which the metadata generation run was created.
- Returns:
- The timestamp at which the metadata generation run was created.
-
createdBy
public final String createdBy()
The user who created the metadata generation run.
- Returns:
- The user who created the metadata generation run.
-
domainId
public final String domainId()
The ID of the Amazon DataZone domain in which the metadata generation run was created.
- Returns:
- The ID of the Amazon DataZone domain in which the metadata generation run was created.
-
id
public final String id()
The ID of the metadata generation run.
- Returns:
- The ID of the metadata generation run.
-
owningProjectId
public final String owningProjectId()
The ID of the project that owns the asset for which the metadata generation was ran.
- Returns:
- The ID of the project that owns the asset for which the metadata generation was ran.
-
status
public final MetadataGenerationRunStatus status()
The status of the metadata generation run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMetadataGenerationRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the metadata generation run.
- See Also:
MetadataGenerationRunStatus
-
statusAsString
public final String statusAsString()
The status of the metadata generation run.
If the service returns an enum value that is not available in the current SDK version,
statuswill returnMetadataGenerationRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the metadata generation run.
- See Also:
MetadataGenerationRunStatus
-
target
public final MetadataGenerationRunTarget target()
The asset for which metadata was generated.
- Returns:
- The asset for which metadata was generated.
-
type
public final MetadataGenerationRunType type()
The type of the metadata generation run.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMetadataGenerationRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the metadata generation run.
- See Also:
MetadataGenerationRunType
-
typeAsString
public final String typeAsString()
The type of the metadata generation run.
If the service returns an enum value that is not available in the current SDK version,
typewill returnMetadataGenerationRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the metadata generation run.
- See Also:
MetadataGenerationRunType
-
toBuilder
public MetadataGenerationRunItem.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetadataGenerationRunItem.Builder,MetadataGenerationRunItem>
-
builder
public static MetadataGenerationRunItem.Builder builder()
-
serializableBuilderClass
public static Class<? extends MetadataGenerationRunItem.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.
-
-