@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMetadataGenerationRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
GetMetadataGenerationRunResult() |
| Modifier and Type | Method and Description |
|---|---|
GetMetadataGenerationRunResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the metadata generation run was start.
|
String |
getCreatedBy()
The Amazon DataZone user who started the metadata generation run.
|
String |
getDomainId()
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
String |
getId()
The ID of the metadata generation run.
|
String |
getOwningProjectId()
The ID of the project that owns the assets for which you're running metadata generation.
|
String |
getStatus()
The status of the metadata generation run.
|
MetadataGenerationRunTarget |
getTarget()
The asset for which you're generating metadata.
|
String |
getType()
The type of metadata generation run.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the metadata generation run was start.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who started the metadata generation run.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
void |
setId(String id)
The ID of the metadata generation run.
|
void |
setOwningProjectId(String owningProjectId)
The ID of the project that owns the assets for which you're running metadata generation.
|
void |
setStatus(String status)
The status of the metadata generation run.
|
void |
setTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
|
void |
setType(String type)
The type of metadata generation run.
|
String |
toString()
Returns a string representation of this object.
|
GetMetadataGenerationRunResult |
withCreatedAt(Date createdAt)
The timestamp of when the metadata generation run was start.
|
GetMetadataGenerationRunResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who started the metadata generation run.
|
GetMetadataGenerationRunResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
|
GetMetadataGenerationRunResult |
withId(String id)
The ID of the metadata generation run.
|
GetMetadataGenerationRunResult |
withOwningProjectId(String owningProjectId)
The ID of the project that owns the assets for which you're running metadata generation.
|
GetMetadataGenerationRunResult |
withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
|
GetMetadataGenerationRunResult |
withStatus(String status)
The status of the metadata generation run.
|
GetMetadataGenerationRunResult |
withTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
|
GetMetadataGenerationRunResult |
withType(MetadataGenerationRunType type)
The type of metadata generation run.
|
GetMetadataGenerationRunResult |
withType(String type)
The type of metadata generation run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCreatedAt(Date createdAt)
The timestamp of when the metadata generation run was start.
createdAt - The timestamp of when the metadata generation run was start.public Date getCreatedAt()
The timestamp of when the metadata generation run was start.
public GetMetadataGenerationRunResult withCreatedAt(Date createdAt)
The timestamp of when the metadata generation run was start.
createdAt - The timestamp of when the metadata generation run was start.public void setCreatedBy(String createdBy)
The Amazon DataZone user who started the metadata generation run.
createdBy - The Amazon DataZone user who started the metadata generation run.public String getCreatedBy()
The Amazon DataZone user who started the metadata generation run.
public GetMetadataGenerationRunResult withCreatedBy(String createdBy)
The Amazon DataZone user who started the metadata generation run.
createdBy - The Amazon DataZone user who started the metadata generation run.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
domainId - The ID of the Amazon DataZone domain the metadata generation run of which you want to get.public String getDomainId()
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
public GetMetadataGenerationRunResult withDomainId(String domainId)
The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
domainId - The ID of the Amazon DataZone domain the metadata generation run of which you want to get.public void setId(String id)
The ID of the metadata generation run.
id - The ID of the metadata generation run.public String getId()
The ID of the metadata generation run.
public GetMetadataGenerationRunResult withId(String id)
The ID of the metadata generation run.
id - The ID of the metadata generation run.public void setOwningProjectId(String owningProjectId)
The ID of the project that owns the assets for which you're running metadata generation.
owningProjectId - The ID of the project that owns the assets for which you're running metadata generation.public String getOwningProjectId()
The ID of the project that owns the assets for which you're running metadata generation.
public GetMetadataGenerationRunResult withOwningProjectId(String owningProjectId)
The ID of the project that owns the assets for which you're running metadata generation.
owningProjectId - The ID of the project that owns the assets for which you're running metadata generation.public void setStatus(String status)
The status of the metadata generation run.
status - The status of the metadata generation run.MetadataGenerationRunStatuspublic String getStatus()
The status of the metadata generation run.
MetadataGenerationRunStatuspublic GetMetadataGenerationRunResult withStatus(String status)
The status of the metadata generation run.
status - The status of the metadata generation run.MetadataGenerationRunStatuspublic GetMetadataGenerationRunResult withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
status - The status of the metadata generation run.MetadataGenerationRunStatuspublic void setTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
target - The asset for which you're generating metadata.public MetadataGenerationRunTarget getTarget()
The asset for which you're generating metadata.
public GetMetadataGenerationRunResult withTarget(MetadataGenerationRunTarget target)
The asset for which you're generating metadata.
target - The asset for which you're generating metadata.public void setType(String type)
The type of metadata generation run.
type - The type of metadata generation run.MetadataGenerationRunTypepublic String getType()
The type of metadata generation run.
MetadataGenerationRunTypepublic GetMetadataGenerationRunResult withType(String type)
The type of metadata generation run.
type - The type of metadata generation run.MetadataGenerationRunTypepublic GetMetadataGenerationRunResult withType(MetadataGenerationRunType type)
The type of metadata generation run.
type - The type of metadata generation run.MetadataGenerationRunTypepublic String toString()
toString in class ObjectObject.toString()public GetMetadataGenerationRunResult clone()
Copyright © 2024. All rights reserved.