Class StartMetadataGenerationRunResponse
- 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.StartMetadataGenerationRunResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartMetadataGenerationRunResponse.Builder,StartMetadataGenerationRunResponse>
@Generated("software.amazon.awssdk:codegen") public final class StartMetadataGenerationRunResponse extends DataZoneResponse implements ToCopyableBuilder<StartMetadataGenerationRunResponse.Builder,StartMetadataGenerationRunResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartMetadataGenerationRunResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartMetadataGenerationRunResponse.Builderbuilder()InstantcreatedAt()The timestamp at which the metadata generation run was started.StringcreatedBy()The ID of the user who started the metadata generation run.StringdomainId()The ID of the Amazon DataZone domain in which the metadata generation run was started.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 run was started.List<SdkField<?>>sdkFields()static Class<? extends StartMetadataGenerationRunResponse.Builder>serializableBuilderClass()MetadataGenerationRunStatusstatus()The status of the metadata generation run.StringstatusAsString()The status of the metadata generation run.StartMetadataGenerationRunResponse.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 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 at which the metadata generation run was started.
- Returns:
- The timestamp at which the metadata generation run was started.
-
createdBy
public final String createdBy()
The ID of the user who started the metadata generation run.
- Returns:
- The ID of the user who started the metadata generation run.
-
domainId
public final String domainId()
The ID of the Amazon DataZone domain in which the metadata generation run was started.
- Returns:
- The ID of the Amazon DataZone domain in which the metadata generation run was started.
-
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 run was started.
- Returns:
- The ID of the project that owns the asset for which the metadata generation run was started.
-
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
-
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 StartMetadataGenerationRunResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartMetadataGenerationRunResponse.Builder,StartMetadataGenerationRunResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StartMetadataGenerationRunResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartMetadataGenerationRunResponse.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
-
-