@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) |
ApplicationResponse |
getApplicationResponse() |
int |
hashCode() |
void |
setApplicationResponse(ApplicationResponse applicationResponse) |
String |
toString()
Returns a string representation of this object.
|
GetAppResult |
withApplicationResponse(ApplicationResponse applicationResponse) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationResponse(ApplicationResponse applicationResponse)
applicationResponse
- public ApplicationResponse getApplicationResponse()
public GetAppResult withApplicationResponse(ApplicationResponse applicationResponse)
applicationResponse
- public String toString()
toString
in class Object
Object.toString()
public GetAppResult clone()