@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 you wish to get information about.
|
int |
hashCode() |
void |
setProject(Project project)
The project you wish to get information about.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetProjectResult |
withProject(Project project)
The project you wish to get information about.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProject(Project project)
The project you wish to get information about.
project - The project you wish to get information about.public Project getProject()
The project you wish to get information about.
public GetProjectResult withProject(Project project)
The project you wish to get information about.
project - The project you wish to get information about.public String toString()
toString in class ObjectObject.toString()public GetProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.