@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApplicationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateApplicationResult() |
Modifier and Type | Method and Description |
---|---|
UpdateApplicationResult |
clone() |
boolean |
equals(Object obj) |
Application |
getApplication()
The updated information of the application.
|
int |
hashCode() |
void |
setApplication(Application application)
The updated information of the application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationResult |
withApplication(Application application)
The updated information of the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplication(Application application)
The updated information of the application.
application
- The updated information of the application.public Application getApplication()
The updated information of the application.
public UpdateApplicationResult withApplication(Application application)
The updated information of the application.
application
- The updated information of the application.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationResult clone()