@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a get application operation.
| Constructor and Description | 
|---|
GetApplicationResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetApplicationResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
ApplicationInfo | 
getApplication()
 Information about the application. 
 | 
int | 
hashCode()  | 
void | 
setApplication(ApplicationInfo application)
 Information about the application. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
GetApplicationResult | 
withApplication(ApplicationInfo application)
 Information about the application. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setApplication(ApplicationInfo application)
Information about the application.
application - Information about the application.public ApplicationInfo getApplication()
Information about the application.
public GetApplicationResult withApplication(ApplicationInfo application)
Information about the application.
application - Information about the application.public String toString()
toString in class ObjectObject.toString()public GetApplicationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.