@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 |
getProjectDescription()
The description of the project.
|
int |
hashCode() |
void |
setProjectDescription(ProjectDescription projectDescription)
The description of the project.
|
String |
toString()
Returns a string representation of this object.
|
DescribeProjectResult |
withProjectDescription(ProjectDescription projectDescription)
The description of the project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setProjectDescription(ProjectDescription projectDescription)
The description of the project.
projectDescription - The description of the project.public ProjectDescription getProjectDescription()
The description of the project.
public DescribeProjectResult withProjectDescription(ProjectDescription projectDescription)
The description of the project.
projectDescription - The description of the project.public String toString()
toString in class ObjectObject.toString()public DescribeProjectResult clone()