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