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()booleanThe newly created project.inthashCode()voidsetProject(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
-
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
-
equals
-
hashCode
-
clone
-