@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The 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()
 Represents the updated Amplify app. | 
| int | hashCode() | 
| void | setApp(App app)
 Represents the updated Amplify app. | 
| String | toString()Returns a string representation of this object. | 
| UpdateAppResult | withApp(App app)
 Represents the updated Amplify app. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApp(App app)
Represents the updated Amplify app.
app - Represents the updated Amplify app.public App getApp()
Represents the updated Amplify app.
public UpdateAppResult withApp(App app)
Represents the updated Amplify app.
app - Represents the updated Amplify app.public String toString()
toString in class ObjectObject.toString()public UpdateAppResult clone()