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