public class Project extends Object implements Serializable, Cloneable
Represents an operating-system neutral workspace for running and managing tests.
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Project |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The project's ARN.
|
Date |
getCreated()
When the project was created.
|
String |
getName()
The project's name.
|
int |
hashCode() |
void |
setArn(String arn)
The project's ARN.
|
void |
setCreated(Date created)
When the project was created.
|
void |
setName(String name)
The project's name.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
Project |
withArn(String arn)
The project's ARN.
|
Project |
withCreated(Date created)
When the project was created.
|
Project |
withName(String name)
The project's name.
|
public void setArn(String arn)
The project's ARN.
arn - The project's ARN.public String getArn()
The project's ARN.
public Project withArn(String arn)
The project's ARN.
arn - The project's ARN.public void setName(String name)
The project's name.
name - The project's name.public String getName()
The project's name.
public Project withName(String name)
The project's name.
name - The project's name.public void setCreated(Date created)
When the project was created.
created - When the project was created.public Date getCreated()
When the project was created.
public Project withCreated(Date created)
When the project was created.
created - When the project was created.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.