Class GetMetadataGenerationRunResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datazone.model.DataZoneResponse
-
- software.amazon.awssdk.services.datazone.model.GetMetadataGenerationRunResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetMetadataGenerationRunResponse.Builder,GetMetadataGenerationRunResponse>
@Generated("software.amazon.awssdk:codegen") public final class GetMetadataGenerationRunResponse extends DataZoneResponse implements ToCopyableBuilder<GetMetadataGenerationRunResponse.Builder,GetMetadataGenerationRunResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetMetadataGenerationRunResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetMetadataGenerationRunResponse.Builderbuilder()InstantcreatedAt()The timestamp of when the metadata generation run was start.StringcreatedBy()The Amazon DataZone user who started the metadata generation run.StringdomainId()The ID of the Amazon DataZone domain the metadata generation run of which you want to get.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 assets for which you're running metadata generation.List<SdkField<?>>sdkFields()static Class<? extends GetMetadataGenerationRunResponse.Builder>serializableBuilderClass()MetadataGenerationRunStatusstatus()The status of the metadata generation run.StringstatusAsString()The status of the metadata generation run.MetadataGenerationRunTargettarget()The asset for which you're generating metadata.GetMetadataGenerationRunResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.MetadataGenerationRunTypetype()The type of metadata generation run.StringtypeAsString()The type of metadata generation run.-
Methods inherited from class software.amazon.awssdk.services.datazone.model.DataZoneResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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 of when the metadata generation run was start.
- Returns:
- The timestamp of when the metadata generation run was start.
-
createdBy
public final String createdBy()
The Amazon DataZone user who started the metadata generation run.
- Returns:
- The Amazon DataZone user who started the metadata generation run.
-
domainId
public final String domainId()
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
- Returns:
- The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
-
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 assets for which you're running metadata generation.
- Returns:
- The ID of the project that owns the assets for which you're running metadata generation.
-
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 you're generating metadata.
- Returns:
- The asset for which you're generating metadata.
-
type
public final MetadataGenerationRunType type()
The type of 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 metadata generation run.
- See Also:
MetadataGenerationRunType
-
typeAsString
public final String typeAsString()
The type of 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 metadata generation run.
- See Also:
MetadataGenerationRunType
-
toBuilder
public GetMetadataGenerationRunResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetMetadataGenerationRunResponse.Builder,GetMetadataGenerationRunResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static GetMetadataGenerationRunResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetMetadataGenerationRunResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-