@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAppResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAppResult() |
Modifier and Type | Method and Description |
---|---|
GetAppResult |
clone() |
boolean |
equals(Object obj) |
App |
getApp() |
int |
hashCode() |
void |
setApp(App app) |
String |
toString()
Returns a string representation of this object.
|
GetAppResult |
withApp(App app) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApp(App app)
app
- public App getApp()
public GetAppResult withApp(App app)
app
- public String toString()
toString
in class Object
Object.toString()
public GetAppResult clone()