@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProjectResult extends AmazonWebServiceResult<ResponseMetadata> 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()
The project to get information about.
|
int |
hashCode() |
void |
setProject(Project project)
The project to get information about.
|
String |
toString()
Returns a string representation of this object.
|
GetProjectResult |
withProject(Project project)
The project to get information about.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProject(Project project)
The project to get information about.
project
- The project to get information about.public Project getProject()
The project to get information about.
public GetProjectResult withProject(Project project)
The project to get information about.
project
- The project to get information about.public String toString()
toString
in class Object
Object.toString()
public GetProjectResult clone()