public class GetProjectResult extends Object implements Serializable, Cloneable
Represents the result of a get project request.
Constructor and Description |
---|
GetProjectResult() |
Modifier and Type | Method and Description |
---|---|
GetProjectResult |
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.
|
GetProjectResult |
withProject(Project project) |
public void setProject(Project project)
project
- public Project getProject()
public GetProjectResult withProject(Project project)
project
- public String toString()
toString
in class Object
Object.toString()
public GetProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.