Class Project
java.lang.Object
com.amazonaws.services.devicefarm.model.Project
- All Implemented Interfaces:
Serializable
,Cloneable
Represents an operating-system neutral workspace for running and managing tests.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getArn()
The project's ARN.When the project was created.getName()
The project's name.int
hashCode()
void
The project's ARN.void
setCreated
(Date created) When the project was created.void
The project's name.toString()
Returns a string representation of this object; useful for testing and debugging.The project's ARN.withCreated
(Date created) When the project was created.The project's name.
-
Constructor Details
-
Project
public Project()
-
-
Method Details
-
setArn
The project's ARN.
- Parameters:
arn
- The project's ARN.
-
getArn
The project's ARN.
- Returns:
- The project's ARN.
-
withArn
The project's ARN.
- Parameters:
arn
- The project's ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The project's name.
- Parameters:
name
- The project's name.
-
getName
The project's name.
- Returns:
- The project's name.
-
withName
The project's name.
- Parameters:
name
- The project's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCreated
When the project was created.
- Parameters:
created
- When the project was created.
-
getCreated
When the project was created.
- Returns:
- When the project was created.
-
withCreated
When the project was created.
- Parameters:
created
- When the project was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-