@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 Represents the output of a GetApplication 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. | 
| 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()