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