@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Result structure for an Amplify App update request.
Constructor and Description |
---|
UpdateAppResult() |
Modifier and Type | Method and Description |
---|---|
UpdateAppResult |
clone() |
boolean |
equals(Object obj) |
App |
getApp()
App structure for the updated App.
|
int |
hashCode() |
void |
setApp(App app)
App structure for the updated App.
|
String |
toString()
Returns a string representation of this object.
|
UpdateAppResult |
withApp(App app)
App structure for the updated App.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApp(App app)
App structure for the updated App.
app
- App structure for the updated App.public App getApp()
App structure for the updated App.
public UpdateAppResult withApp(App app)
App structure for the updated App.
app
- App structure for the updated App.public String toString()
toString
in class Object
Object.toString()
public UpdateAppResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.