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