@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
The version of the application.
| Constructor and Description |
|---|
AppVersionSummary() |
| Modifier and Type | Method and Description |
|---|---|
AppVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppVersion()
The version of the application.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAppVersion(String appVersion)
The version of the application.
|
String |
toString()
Returns a string representation of this object.
|
AppVersionSummary |
withAppVersion(String appVersion)
The version of the application.
|
public void setAppVersion(String appVersion)
The version of the application.
appVersion - The version of the application.public String getAppVersion()
The version of the application.
public AppVersionSummary withAppVersion(String appVersion)
The version of the application.
appVersion - The version of the application.public String toString()
toString in class ObjectObject.toString()public AppVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.