@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAssetTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAssetTypeResult() |
Modifier and Type | Method and Description |
---|---|
GetAssetTypeResult |
addFormsOutputEntry(String key,
FormEntryOutput value)
Add a single FormsOutput entry
|
GetAssetTypeResult |
clearFormsOutputEntries()
Removes all the entries added into FormsOutput.
|
GetAssetTypeResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the asset type was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created the asset type.
|
String |
getDescription()
The description of the asset type.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which the asset type exists.
|
Map<String,FormEntryOutput> |
getFormsOutput()
The metadata forms attached to the asset type.
|
String |
getName()
The name of the asset type.
|
String |
getOriginDomainId()
The ID of the Amazon DataZone domain in which the asset type was originally created.
|
String |
getOriginProjectId()
The ID of the Amazon DataZone project in which the asset type was originally created.
|
String |
getOwningProjectId()
The ID of the Amazon DataZone project that owns the asset type.
|
String |
getRevision()
The revision of the asset type.
|
Date |
getUpdatedAt()
The timestamp of when the asset type was updated.
|
String |
getUpdatedBy()
The Amazon DataZone user that updated the asset type.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the asset type was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
void |
setDescription(String description)
The description of the asset type.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
|
void |
setFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
|
void |
setName(String name)
The name of the asset type.
|
void |
setOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
|
void |
setOriginProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
|
void |
setOwningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
|
void |
setRevision(String revision)
The revision of the asset type.
|
void |
setUpdatedAt(Date updatedAt)
The timestamp of when the asset type was updated.
|
void |
setUpdatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
|
String |
toString()
Returns a string representation of this object.
|
GetAssetTypeResult |
withCreatedAt(Date createdAt)
The timestamp of when the asset type was created.
|
GetAssetTypeResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
GetAssetTypeResult |
withDescription(String description)
The description of the asset type.
|
GetAssetTypeResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
|
GetAssetTypeResult |
withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
|
GetAssetTypeResult |
withName(String name)
The name of the asset type.
|
GetAssetTypeResult |
withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
|
GetAssetTypeResult |
withOriginProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
|
GetAssetTypeResult |
withOwningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
|
GetAssetTypeResult |
withRevision(String revision)
The revision of the asset type.
|
GetAssetTypeResult |
withUpdatedAt(Date updatedAt)
The timestamp of when the asset type was updated.
|
GetAssetTypeResult |
withUpdatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when the asset type was created.
createdAt
- The timestamp of when the asset type was created.public Date getCreatedAt()
The timestamp of when the asset type was created.
public GetAssetTypeResult withCreatedAt(Date createdAt)
The timestamp of when the asset type was created.
createdAt
- The timestamp of when the asset type was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created the asset type.
createdBy
- The Amazon DataZone user who created the asset type.public String getCreatedBy()
The Amazon DataZone user who created the asset type.
public GetAssetTypeResult withCreatedBy(String createdBy)
The Amazon DataZone user who created the asset type.
createdBy
- The Amazon DataZone user who created the asset type.public void setDescription(String description)
The description of the asset type.
description
- The description of the asset type.public String getDescription()
The description of the asset type.
public GetAssetTypeResult withDescription(String description)
The description of the asset type.
description
- The description of the asset type.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
domainId
- The ID of the Amazon DataZone domain in which the asset type exists.public String getDomainId()
The ID of the Amazon DataZone domain in which the asset type exists.
public GetAssetTypeResult withDomainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
domainId
- The ID of the Amazon DataZone domain in which the asset type exists.public Map<String,FormEntryOutput> getFormsOutput()
The metadata forms attached to the asset type.
public void setFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
formsOutput
- The metadata forms attached to the asset type.public GetAssetTypeResult withFormsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
formsOutput
- The metadata forms attached to the asset type.public GetAssetTypeResult addFormsOutputEntry(String key, FormEntryOutput value)
public GetAssetTypeResult clearFormsOutputEntries()
public void setName(String name)
The name of the asset type.
name
- The name of the asset type.public String getName()
The name of the asset type.
public GetAssetTypeResult withName(String name)
The name of the asset type.
name
- The name of the asset type.public void setOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
originDomainId
- The ID of the Amazon DataZone domain in which the asset type was originally created.public String getOriginDomainId()
The ID of the Amazon DataZone domain in which the asset type was originally created.
public GetAssetTypeResult withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
originDomainId
- The ID of the Amazon DataZone domain in which the asset type was originally created.public void setOriginProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
originProjectId
- The ID of the Amazon DataZone project in which the asset type was originally created.public String getOriginProjectId()
The ID of the Amazon DataZone project in which the asset type was originally created.
public GetAssetTypeResult withOriginProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
originProjectId
- The ID of the Amazon DataZone project in which the asset type was originally created.public void setOwningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
owningProjectId
- The ID of the Amazon DataZone project that owns the asset type.public String getOwningProjectId()
The ID of the Amazon DataZone project that owns the asset type.
public GetAssetTypeResult withOwningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
owningProjectId
- The ID of the Amazon DataZone project that owns the asset type.public void setRevision(String revision)
The revision of the asset type.
revision
- The revision of the asset type.public String getRevision()
The revision of the asset type.
public GetAssetTypeResult withRevision(String revision)
The revision of the asset type.
revision
- The revision of the asset type.public void setUpdatedAt(Date updatedAt)
The timestamp of when the asset type was updated.
updatedAt
- The timestamp of when the asset type was updated.public Date getUpdatedAt()
The timestamp of when the asset type was updated.
public GetAssetTypeResult withUpdatedAt(Date updatedAt)
The timestamp of when the asset type was updated.
updatedAt
- The timestamp of when the asset type was updated.public void setUpdatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
updatedBy
- The Amazon DataZone user that updated the asset type.public String getUpdatedBy()
The Amazon DataZone user that updated the asset type.
public GetAssetTypeResult withUpdatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
updatedBy
- The Amazon DataZone user that updated the asset type.public String toString()
toString
in class Object
Object.toString()
public GetAssetTypeResult clone()