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