@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetProjectResult() |
Modifier and Type | Method and Description |
---|---|
GetProjectResult |
clone() |
boolean |
equals(Object obj) |
Project |
getProject()
A structure containing the configuration details of the project.
|
int |
hashCode() |
void |
setProject(Project project)
A structure containing the configuration details of the project.
|
String |
toString()
Returns a string representation of this object.
|
GetProjectResult |
withProject(Project project)
A structure containing the configuration details of the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setProject(Project project)
A structure containing the configuration details of the project.
project
- A structure containing the configuration details of the project.public Project getProject()
A structure containing the configuration details of the project.
public GetProjectResult withProject(Project project)
A structure containing the configuration details of the project.
project
- A structure containing the configuration details of the project.public String toString()
toString
in class Object
Object.toString()
public GetProjectResult clone()