@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProjectResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure used in response to a request to create a project.
| Constructor and Description | 
|---|
| CreateProjectResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateProjectResult | clone() | 
| boolean | equals(Object obj) | 
| ProjectDetails | getDetails()
 Detailed information about the created AWS Mobile Hub project. | 
| int | hashCode() | 
| void | setDetails(ProjectDetails details)
 Detailed information about the created AWS Mobile Hub project. | 
| String | toString()Returns a string representation of this object. | 
| CreateProjectResult | withDetails(ProjectDetails details)
 Detailed information about the created AWS Mobile Hub project. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDetails(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
details - Detailed information about the created AWS Mobile Hub project.public ProjectDetails getDetails()
Detailed information about the created AWS Mobile Hub project.
public CreateProjectResult withDetails(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
details - Detailed information about the created AWS Mobile Hub project.public String toString()
toString in class ObjectObject.toString()public CreateProjectResult clone()