@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure used for requests of project details.
Constructor and Description |
---|
DescribeProjectResult() |
Modifier and Type | Method and Description |
---|---|
DescribeProjectResult |
clone() |
boolean |
equals(Object obj) |
ProjectDetails |
getDetails() |
int |
hashCode() |
void |
setDetails(ProjectDetails details) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeProjectResult |
withDetails(ProjectDetails details) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDetails(ProjectDetails details)
details
- public ProjectDetails getDetails()
public DescribeProjectResult withDetails(ProjectDetails details)
details
- public String toString()
toString
in class Object
Object.toString()
public DescribeProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.