@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Project extends Object implements Serializable, Cloneable, StructuredPojo
Represents all of the attributes of a DataBrew project.
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
Project |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
Project |
clearTagsEntries()
Removes all the entries added into Tags.
|
Project |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The ID of the Amazon Web Services account that owns the project.
|
Date |
getCreateDate()
The date and time that the project was created.
|
String |
getCreatedBy()
The Amazon Resource Name (ARN) of the user who crated the project.
|
String |
getDatasetName()
The dataset that the project is to act upon.
|
String |
getLastModifiedBy()
The Amazon Resource Name (ARN) of the user who last modified the project.
|
Date |
getLastModifiedDate()
The last modification date and time for the project.
|
String |
getName()
The unique name of a project.
|
Date |
getOpenDate()
The date and time when the project was opened.
|
String |
getOpenedBy()
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
String |
getRecipeName()
The name of a recipe that will be developed during a project session.
|
String |
getResourceArn()
The Amazon Resource Name (ARN) for the project.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
Sample |
getSample()
The sample size and sampling type to apply to the data.
|
Map<String,String> |
getTags()
Metadata tags that have been applied to the project.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAccountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
|
void |
setCreateDate(Date createDate)
The date and time that the project was created.
|
void |
setCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
|
void |
setDatasetName(String datasetName)
The dataset that the project is to act upon.
|
void |
setLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The last modification date and time for the project.
|
void |
setName(String name)
The unique name of a project.
|
void |
setOpenDate(Date openDate)
The date and time when the project was opened.
|
void |
setOpenedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
void |
setRecipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
void |
setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
void |
setSample(Sample sample)
The sample size and sampling type to apply to the data.
|
void |
setTags(Map<String,String> tags)
Metadata tags that have been applied to the project.
|
String |
toString()
Returns a string representation of this object.
|
Project |
withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
|
Project |
withCreateDate(Date createDate)
The date and time that the project was created.
|
Project |
withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
|
Project |
withDatasetName(String datasetName)
The dataset that the project is to act upon.
|
Project |
withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
|
Project |
withLastModifiedDate(Date lastModifiedDate)
The last modification date and time for the project.
|
Project |
withName(String name)
The unique name of a project.
|
Project |
withOpenDate(Date openDate)
The date and time when the project was opened.
|
Project |
withOpenedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
|
Project |
withRecipeName(String recipeName)
The name of a recipe that will be developed during a project session.
|
Project |
withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
|
Project |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
|
Project |
withSample(Sample sample)
The sample size and sampling type to apply to the data.
|
Project |
withTags(Map<String,String> tags)
Metadata tags that have been applied to the project.
|
public void setAccountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
accountId
- The ID of the Amazon Web Services account that owns the project.public String getAccountId()
The ID of the Amazon Web Services account that owns the project.
public Project withAccountId(String accountId)
The ID of the Amazon Web Services account that owns the project.
accountId
- The ID of the Amazon Web Services account that owns the project.public void setCreateDate(Date createDate)
The date and time that the project was created.
createDate
- The date and time that the project was created.public Date getCreateDate()
The date and time that the project was created.
public Project withCreateDate(Date createDate)
The date and time that the project was created.
createDate
- The date and time that the project was created.public void setCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
createdBy
- The Amazon Resource Name (ARN) of the user who crated the project.public String getCreatedBy()
The Amazon Resource Name (ARN) of the user who crated the project.
public Project withCreatedBy(String createdBy)
The Amazon Resource Name (ARN) of the user who crated the project.
createdBy
- The Amazon Resource Name (ARN) of the user who crated the project.public void setDatasetName(String datasetName)
The dataset that the project is to act upon.
datasetName
- The dataset that the project is to act upon.public String getDatasetName()
The dataset that the project is to act upon.
public Project withDatasetName(String datasetName)
The dataset that the project is to act upon.
datasetName
- The dataset that the project is to act upon.public void setLastModifiedDate(Date lastModifiedDate)
The last modification date and time for the project.
lastModifiedDate
- The last modification date and time for the project.public Date getLastModifiedDate()
The last modification date and time for the project.
public Project withLastModifiedDate(Date lastModifiedDate)
The last modification date and time for the project.
lastModifiedDate
- The last modification date and time for the project.public void setLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last modified the project.public String getLastModifiedBy()
The Amazon Resource Name (ARN) of the user who last modified the project.
public Project withLastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the user who last modified the project.
lastModifiedBy
- The Amazon Resource Name (ARN) of the user who last modified the project.public void setName(String name)
The unique name of a project.
name
- The unique name of a project.public String getName()
The unique name of a project.
public Project withName(String name)
The unique name of a project.
name
- The unique name of a project.public void setRecipeName(String recipeName)
The name of a recipe that will be developed during a project session.
recipeName
- The name of a recipe that will be developed during a project session.public String getRecipeName()
The name of a recipe that will be developed during a project session.
public Project withRecipeName(String recipeName)
The name of a recipe that will be developed during a project session.
recipeName
- The name of a recipe that will be developed during a project session.public void setResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
resourceArn
- The Amazon Resource Name (ARN) for the project.public String getResourceArn()
The Amazon Resource Name (ARN) for the project.
public Project withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) for the project.
resourceArn
- The Amazon Resource Name (ARN) for the project.public void setSample(Sample sample)
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
sample
- The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample
consists of the first 500 rows from the dataset.public Sample getSample()
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
public Project withSample(Sample sample)
The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
sample
- The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample
consists of the first 500 rows from the dataset.public Map<String,String> getTags()
Metadata tags that have been applied to the project.
public void setTags(Map<String,String> tags)
Metadata tags that have been applied to the project.
tags
- Metadata tags that have been applied to the project.public Project withTags(Map<String,String> tags)
Metadata tags that have been applied to the project.
tags
- Metadata tags that have been applied to the project.public Project clearTagsEntries()
public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
roleArn
- The Amazon Resource Name (ARN) of the role that will be assumed for this project.public String getRoleArn()
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
public Project withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the role that will be assumed for this project.
roleArn
- The Amazon Resource Name (ARN) of the role that will be assumed for this project.public void setOpenedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
openedBy
- The Amazon Resource Name (ARN) of the user that opened the project for use.public String getOpenedBy()
The Amazon Resource Name (ARN) of the user that opened the project for use.
public Project withOpenedBy(String openedBy)
The Amazon Resource Name (ARN) of the user that opened the project for use.
openedBy
- The Amazon Resource Name (ARN) of the user that opened the project for use.public void setOpenDate(Date openDate)
The date and time when the project was opened.
openDate
- The date and time when the project was opened.public Date getOpenDate()
The date and time when the project was opened.
public Project withOpenDate(Date openDate)
The date and time when the project was opened.
openDate
- The date and time when the project was opened.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.