@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFormTypeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetFormTypeResult() |
Modifier and Type | Method and Description |
---|---|
GetFormTypeResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when this metadata form type was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created this metadata form type.
|
String |
getDescription()
The description of the metadata form type.
|
String |
getDomainId()
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
List<Import> |
getImports()
The imports of the metadata form type.
|
Model |
getModel()
The model of the metadata form type.
|
String |
getName()
The name of the metadata form type.
|
String |
getOriginDomainId()
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
|
String |
getOriginProjectId()
The ID of the project in which this metadata form type was originally created.
|
String |
getOwningProjectId()
The ID of the project that owns this metadata form type.
|
String |
getRevision()
The revision of the metadata form type.
|
String |
getStatus()
The status of the metadata form type.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when this metadata form type was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
|
void |
setDescription(String description)
The description of the metadata form type.
|
void |
setDomainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
void |
setImports(Collection<Import> imports)
The imports of the metadata form type.
|
void |
setModel(Model model)
The model of the metadata form type.
|
void |
setName(String name)
The name of the metadata form type.
|
void |
setOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
|
void |
setOriginProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
|
void |
setOwningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
|
void |
setRevision(String revision)
The revision of the metadata form type.
|
void |
setStatus(String status)
The status of the metadata form type.
|
String |
toString()
Returns a string representation of this object.
|
GetFormTypeResult |
withCreatedAt(Date createdAt)
The timestamp of when this metadata form type was created.
|
GetFormTypeResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
|
GetFormTypeResult |
withDescription(String description)
The description of the metadata form type.
|
GetFormTypeResult |
withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
|
GetFormTypeResult |
withImports(Collection<Import> imports)
The imports of the metadata form type.
|
GetFormTypeResult |
withImports(Import... imports)
The imports of the metadata form type.
|
GetFormTypeResult |
withModel(Model model)
The model of the metadata form type.
|
GetFormTypeResult |
withName(String name)
The name of the metadata form type.
|
GetFormTypeResult |
withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
|
GetFormTypeResult |
withOriginProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
|
GetFormTypeResult |
withOwningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
|
GetFormTypeResult |
withRevision(String revision)
The revision of the metadata form type.
|
GetFormTypeResult |
withStatus(FormTypeStatus status)
The status of the metadata form type.
|
GetFormTypeResult |
withStatus(String status)
The status of the metadata form type.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when this metadata form type was created.
createdAt
- The timestamp of when this metadata form type was created.public Date getCreatedAt()
The timestamp of when this metadata form type was created.
public GetFormTypeResult withCreatedAt(Date createdAt)
The timestamp of when this metadata form type was created.
createdAt
- The timestamp of when this metadata form type was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
createdBy
- The Amazon DataZone user who created this metadata form type.public String getCreatedBy()
The Amazon DataZone user who created this metadata form type.
public GetFormTypeResult withCreatedBy(String createdBy)
The Amazon DataZone user who created this metadata form type.
createdBy
- The Amazon DataZone user who created this metadata form type.public void setDescription(String description)
The description of the metadata form type.
description
- The description of the metadata form type.public String getDescription()
The description of the metadata form type.
public GetFormTypeResult withDescription(String description)
The description of the metadata form type.
description
- The description of the metadata form type.public void setDomainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
domainId
- The ID of the Amazon DataZone domain in which this metadata form type exists.public String getDomainId()
The ID of the Amazon DataZone domain in which this metadata form type exists.
public GetFormTypeResult withDomainId(String domainId)
The ID of the Amazon DataZone domain in which this metadata form type exists.
domainId
- The ID of the Amazon DataZone domain in which this metadata form type exists.public List<Import> getImports()
The imports of the metadata form type.
public void setImports(Collection<Import> imports)
The imports of the metadata form type.
imports
- The imports of the metadata form type.public GetFormTypeResult withImports(Import... imports)
The imports of the metadata form type.
NOTE: This method appends the values to the existing list (if any). Use
setImports(java.util.Collection)
or withImports(java.util.Collection)
if you want to override
the existing values.
imports
- The imports of the metadata form type.public GetFormTypeResult withImports(Collection<Import> imports)
The imports of the metadata form type.
imports
- The imports of the metadata form type.public void setModel(Model model)
The model of the metadata form type.
model
- The model of the metadata form type.public Model getModel()
The model of the metadata form type.
public GetFormTypeResult withModel(Model model)
The model of the metadata form type.
model
- The model of the metadata form type.public void setName(String name)
The name of the metadata form type.
name
- The name of the metadata form type.public String getName()
The name of the metadata form type.
public GetFormTypeResult withName(String name)
The name of the metadata form type.
name
- The name of the metadata form type.public void setOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
originDomainId
- The ID of the Amazon DataZone domain in which the metadata form type was originally created.public String getOriginDomainId()
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
public GetFormTypeResult withOriginDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the metadata form type was originally created.
originDomainId
- The ID of the Amazon DataZone domain in which the metadata form type was originally created.public void setOriginProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
originProjectId
- The ID of the project in which this metadata form type was originally created.public String getOriginProjectId()
The ID of the project in which this metadata form type was originally created.
public GetFormTypeResult withOriginProjectId(String originProjectId)
The ID of the project in which this metadata form type was originally created.
originProjectId
- The ID of the project in which this metadata form type was originally created.public void setOwningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
owningProjectId
- The ID of the project that owns this metadata form type.public String getOwningProjectId()
The ID of the project that owns this metadata form type.
public GetFormTypeResult withOwningProjectId(String owningProjectId)
The ID of the project that owns this metadata form type.
owningProjectId
- The ID of the project that owns this metadata form type.public void setRevision(String revision)
The revision of the metadata form type.
revision
- The revision of the metadata form type.public String getRevision()
The revision of the metadata form type.
public GetFormTypeResult withRevision(String revision)
The revision of the metadata form type.
revision
- The revision of the metadata form type.public void setStatus(String status)
The status of the metadata form type.
status
- The status of the metadata form type.FormTypeStatus
public String getStatus()
The status of the metadata form type.
FormTypeStatus
public GetFormTypeResult withStatus(String status)
The status of the metadata form type.
status
- The status of the metadata form type.FormTypeStatus
public GetFormTypeResult withStatus(FormTypeStatus status)
The status of the metadata form type.
status
- The status of the metadata form type.FormTypeStatus
public String toString()
toString
in class Object
Object.toString()
public GetFormTypeResult clone()