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