Class CreateProjectResult
java.lang.Object
com.amazonaws.services.devicefarm.model.CreateProjectResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the result of a create project request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The newly created project.int
hashCode()
void
setProject
(Project project) The newly created project.toString()
Returns a string representation of this object; useful for testing and debugging.withProject
(Project project) The newly created project.
-
Constructor Details
-
CreateProjectResult
public CreateProjectResult()
-
-
Method Details
-
setProject
The newly created project.
- Parameters:
project
- The newly created project.
-
getProject
The newly created project.
- Returns:
- The newly created project.
-
withProject
The newly created project.
- Parameters:
project
- The newly created project.- 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
-