public class UpdateProjectResult extends Object implements Serializable, Cloneable
Represents the result of an update project request.
Constructor and Description |
---|
UpdateProjectResult() |
Modifier and Type | Method and Description |
---|---|
UpdateProjectResult |
clone() |
boolean |
equals(Object obj) |
Project |
getProject() |
int |
hashCode() |
void |
setProject(Project project) |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateProjectResult |
withProject(Project project) |
public void setProject(Project project)
project
- public Project getProject()
public UpdateProjectResult withProject(Project project)
project
- public String toString()
toString
in class Object
Object.toString()
public UpdateProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.