@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateProjectResult() |
Modifier and Type | Method and Description |
---|---|
CreateProjectResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The timestamp of when the project was created.
|
String |
getCreatedBy()
The Amazon DataZone user who created the project.
|
String |
getDescription()
The description of the project.
|
String |
getDomainId()
The identifier of the Amazon DataZone domain in which the project was created.
|
List<String> |
getGlossaryTerms()
The glossary terms that can be used in the project.
|
String |
getId()
The ID of the Amazon DataZone project.
|
Date |
getLastUpdatedAt()
The timestamp of when the project was last updated.
|
String |
getName()
The name of the project.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The timestamp of when the project was created.
|
void |
setCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
|
void |
setDescription(String description)
The description of the project.
|
void |
setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the project was created.
|
void |
setGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in the project.
|
void |
setId(String id)
The ID of the Amazon DataZone project.
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the project was last updated.
|
void |
setName(String name)
The name of the project.
|
String |
toString()
Returns a string representation of this object.
|
CreateProjectResult |
withCreatedAt(Date createdAt)
The timestamp of when the project was created.
|
CreateProjectResult |
withCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
|
CreateProjectResult |
withDescription(String description)
The description of the project.
|
CreateProjectResult |
withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the project was created.
|
CreateProjectResult |
withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in the project.
|
CreateProjectResult |
withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in the project.
|
CreateProjectResult |
withId(String id)
The ID of the Amazon DataZone project.
|
CreateProjectResult |
withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the project was last updated.
|
CreateProjectResult |
withName(String name)
The name of the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreatedAt(Date createdAt)
The timestamp of when the project was created.
createdAt
- The timestamp of when the project was created.public Date getCreatedAt()
The timestamp of when the project was created.
public CreateProjectResult withCreatedAt(Date createdAt)
The timestamp of when the project was created.
createdAt
- The timestamp of when the project was created.public void setCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
createdBy
- The Amazon DataZone user who created the project.public String getCreatedBy()
The Amazon DataZone user who created the project.
public CreateProjectResult withCreatedBy(String createdBy)
The Amazon DataZone user who created the project.
createdBy
- The Amazon DataZone user who created the project.public void setDescription(String description)
The description of the project.
description
- The description of the project.public String getDescription()
The description of the project.
public CreateProjectResult withDescription(String description)
The description of the project.
description
- The description of the project.public void setDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the project was created.
domainId
- The identifier of the Amazon DataZone domain in which the project was created.public String getDomainId()
The identifier of the Amazon DataZone domain in which the project was created.
public CreateProjectResult withDomainId(String domainId)
The identifier of the Amazon DataZone domain in which the project was created.
domainId
- The identifier of the Amazon DataZone domain in which the project was created.public List<String> getGlossaryTerms()
The glossary terms that can be used in the project.
public void setGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in the project.
glossaryTerms
- The glossary terms that can be used in the project.public CreateProjectResult withGlossaryTerms(String... glossaryTerms)
The glossary terms that can be used in the project.
NOTE: This method appends the values to the existing list (if any). Use
setGlossaryTerms(java.util.Collection)
or withGlossaryTerms(java.util.Collection)
if you want
to override the existing values.
glossaryTerms
- The glossary terms that can be used in the project.public CreateProjectResult withGlossaryTerms(Collection<String> glossaryTerms)
The glossary terms that can be used in the project.
glossaryTerms
- The glossary terms that can be used in the project.public void setId(String id)
The ID of the Amazon DataZone project.
id
- The ID of the Amazon DataZone project.public String getId()
The ID of the Amazon DataZone project.
public CreateProjectResult withId(String id)
The ID of the Amazon DataZone project.
id
- The ID of the Amazon DataZone project.public void setLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the project was last updated.
lastUpdatedAt
- The timestamp of when the project was last updated.public Date getLastUpdatedAt()
The timestamp of when the project was last updated.
public CreateProjectResult withLastUpdatedAt(Date lastUpdatedAt)
The timestamp of when the project was last updated.
lastUpdatedAt
- The timestamp of when the project was last updated.public void setName(String name)
The name of the project.
name
- The name of the project.public String getName()
The name of the project.
public CreateProjectResult withName(String name)
The name of the project.
name
- The name of the project.public String toString()
toString
in class Object
Object.toString()
public CreateProjectResult clone()