@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; useful for testing and debugging.
|
CreateProjectResult |
withDetails(ProjectDetails details)
Detailed information about the created AWS Mobile Hub project.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public CreateProjectResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.