@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MetadataGenerationRunItem extends Object implements Serializable, Cloneable, StructuredPojo
The metadata generation run.
Constructor and Description |
---|
MetadataGenerationRunItem() |
Modifier and Type | Method and Description |
---|---|
MetadataGenerationRunItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp at which the metadata generation run was created.
|
String |
getCreatedBy()
The user who created the metadata generation run.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which the metadata generation run was created.
|
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 was ran.
|
String |
getStatus()
The status of the metadata generation run.
|
MetadataGenerationRunTarget |
getTarget()
The asset for which metadata was generated.
|
String |
getType()
The type of the metadata generation run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The timestamp at which the metadata generation run was created.
|
void |
setCreatedBy(String createdBy)
The user who created the metadata generation run.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was created.
|
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 was ran.
|
void |
setStatus(String status)
The status of the metadata generation run.
|
void |
setTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
|
void |
setType(String type)
The type of the metadata generation run.
|
String |
toString()
Returns a string representation of this object.
|
MetadataGenerationRunItem |
withCreatedAt(Date createdAt)
The timestamp at which the metadata generation run was created.
|
MetadataGenerationRunItem |
withCreatedBy(String createdBy)
The user who created the metadata generation run.
|
MetadataGenerationRunItem |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was created.
|
MetadataGenerationRunItem |
withId(String id)
The ID of the metadata generation run.
|
MetadataGenerationRunItem |
withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset for which the metadata generation was ran.
|
MetadataGenerationRunItem |
withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
|
MetadataGenerationRunItem |
withStatus(String status)
The status of the metadata generation run.
|
MetadataGenerationRunItem |
withTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
|
MetadataGenerationRunItem |
withType(MetadataGenerationRunType type)
The type of the metadata generation run.
|
MetadataGenerationRunItem |
withType(String type)
The type of the metadata generation run.
|
public void setCreatedAt(Date createdAt)
The timestamp at which the metadata generation run was created.
createdAt
- The timestamp at which the metadata generation run was created.public Date getCreatedAt()
The timestamp at which the metadata generation run was created.
public MetadataGenerationRunItem withCreatedAt(Date createdAt)
The timestamp at which the metadata generation run was created.
createdAt
- The timestamp at which the metadata generation run was created.public void setCreatedBy(String createdBy)
The user who created the metadata generation run.
createdBy
- The user who created the metadata generation run.public String getCreatedBy()
The user who created the metadata generation run.
public MetadataGenerationRunItem withCreatedBy(String createdBy)
The user who created the metadata generation run.
createdBy
- The user who created the metadata generation run.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was created.
domainId
- The ID of the Amazon DataZone domain in which the metadata generation run was created.public String getDomainId()
The ID of the Amazon DataZone domain in which the metadata generation run was created.
public MetadataGenerationRunItem withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the metadata generation run was created.
domainId
- The ID of the Amazon DataZone domain in which the metadata generation run was created.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 MetadataGenerationRunItem 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 was ran.
owningProjectId
- The ID of the project that owns the asset for which the metadata generation was ran.public String getOwningProjectId()
The ID of the project that owns the asset for which the metadata generation was ran.
public MetadataGenerationRunItem withOwningProjectId(String owningProjectId)
The ID of the project that owns the asset for which the metadata generation was ran.
owningProjectId
- The ID of the project that owns the asset for which the metadata generation was ran.public void setStatus(String status)
The status of the metadata generation run.
status
- The status of the metadata generation run.MetadataGenerationRunStatus
public String getStatus()
The status of the metadata generation run.
MetadataGenerationRunStatus
public MetadataGenerationRunItem withStatus(String status)
The status of the metadata generation run.
status
- The status of the metadata generation run.MetadataGenerationRunStatus
public MetadataGenerationRunItem withStatus(MetadataGenerationRunStatus status)
The status of the metadata generation run.
status
- The status of the metadata generation run.MetadataGenerationRunStatus
public void setTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
target
- The asset for which metadata was generated.public MetadataGenerationRunTarget getTarget()
The asset for which metadata was generated.
public MetadataGenerationRunItem withTarget(MetadataGenerationRunTarget target)
The asset for which metadata was generated.
target
- The asset for which metadata was generated.public void setType(String type)
The type of the metadata generation run.
type
- The type of the metadata generation run.MetadataGenerationRunType
public String getType()
The type of the metadata generation run.
MetadataGenerationRunType
public MetadataGenerationRunItem withType(String type)
The type of the metadata generation run.
type
- The type of the metadata generation run.MetadataGenerationRunType
public MetadataGenerationRunItem withType(MetadataGenerationRunType type)
The type of the metadata generation run.
type
- The type of the metadata generation run.MetadataGenerationRunType
public String toString()
toString
in class Object
Object.toString()
public MetadataGenerationRunItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.