@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AppVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
Version of an application.
Constructor and Description |
---|
AppVersionSummary() |
Modifier and Type | Method and Description |
---|---|
AppVersionSummary |
clone() |
boolean |
equals(Object obj) |
String |
getAppVersion()
Version of an application.
|
Date |
getCreationTime()
Creation time of the application version.
|
Long |
getIdentifier()
Identifier of the application version.
|
String |
getVersionName()
Name of the application version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAppVersion(String appVersion)
Version of an application.
|
void |
setCreationTime(Date creationTime)
Creation time of the application version.
|
void |
setIdentifier(Long identifier)
Identifier of the application version.
|
void |
setVersionName(String versionName)
Name of the application version.
|
String |
toString()
Returns a string representation of this object.
|
AppVersionSummary |
withAppVersion(String appVersion)
Version of an application.
|
AppVersionSummary |
withCreationTime(Date creationTime)
Creation time of the application version.
|
AppVersionSummary |
withIdentifier(Long identifier)
Identifier of the application version.
|
AppVersionSummary |
withVersionName(String versionName)
Name of the application version.
|
public void setAppVersion(String appVersion)
Version of an application.
appVersion
- Version of an application.public String getAppVersion()
Version of an application.
public AppVersionSummary withAppVersion(String appVersion)
Version of an application.
appVersion
- Version of an application.public void setCreationTime(Date creationTime)
Creation time of the application version.
creationTime
- Creation time of the application version.public Date getCreationTime()
Creation time of the application version.
public AppVersionSummary withCreationTime(Date creationTime)
Creation time of the application version.
creationTime
- Creation time of the application version.public void setIdentifier(Long identifier)
Identifier of the application version.
identifier
- Identifier of the application version.public Long getIdentifier()
Identifier of the application version.
public AppVersionSummary withIdentifier(Long identifier)
Identifier of the application version.
identifier
- Identifier of the application version.public void setVersionName(String versionName)
Name of the application version.
versionName
- Name of the application version.public String getVersionName()
Name of the application version.
public AppVersionSummary withVersionName(String versionName)
Name of the application version.
versionName
- Name of the application version.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.