@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public AppVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.