@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) |
Integer |
getApplicationVersion()
The new version of the application.
|
int |
hashCode() |
void |
setApplicationVersion(Integer applicationVersion)
The new version of the application.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApplicationResult |
withApplicationVersion(Integer applicationVersion)
The new version of the application.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setApplicationVersion(Integer applicationVersion)
The new version of the application.
applicationVersion
- The new version of the application.public Integer getApplicationVersion()
The new version of the application.
public UpdateApplicationResult withApplicationVersion(Integer applicationVersion)
The new version of the application.
applicationVersion
- The new version of the application.public String toString()
toString
in class Object
Object.toString()
public UpdateApplicationResult clone()