@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PackageVersionHistory extends Object implements Serializable, Cloneable, StructuredPojo
Details about a package version.
| Constructor and Description | 
|---|
| PackageVersionHistory() | 
| Modifier and Type | Method and Description | 
|---|---|
| PackageVersionHistory | clone() | 
| boolean | equals(Object obj) | 
| String | getCommitMessage()
 A message associated with the package version when it was uploaded. | 
| Date | getCreatedAt()
 The date and time when the package was created. | 
| String | getPackageVersion()
 The package version. | 
| PluginProperties | getPluginProperties()
 Additional information about plugin properties if the package is a  ZIP-PLUGINpackage. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setCommitMessage(String commitMessage)
 A message associated with the package version when it was uploaded. | 
| void | setCreatedAt(Date createdAt)
 The date and time when the package was created. | 
| void | setPackageVersion(String packageVersion)
 The package version. | 
| void | setPluginProperties(PluginProperties pluginProperties)
 Additional information about plugin properties if the package is a  ZIP-PLUGINpackage. | 
| String | toString()Returns a string representation of this object. | 
| PackageVersionHistory | withCommitMessage(String commitMessage)
 A message associated with the package version when it was uploaded. | 
| PackageVersionHistory | withCreatedAt(Date createdAt)
 The date and time when the package was created. | 
| PackageVersionHistory | withPackageVersion(String packageVersion)
 The package version. | 
| PackageVersionHistory | withPluginProperties(PluginProperties pluginProperties)
 Additional information about plugin properties if the package is a  ZIP-PLUGINpackage. | 
public void setPackageVersion(String packageVersion)
The package version.
packageVersion - The package version.public String getPackageVersion()
The package version.
public PackageVersionHistory withPackageVersion(String packageVersion)
The package version.
packageVersion - The package version.public void setCommitMessage(String commitMessage)
A message associated with the package version when it was uploaded.
commitMessage - A message associated with the package version when it was uploaded.public String getCommitMessage()
A message associated with the package version when it was uploaded.
public PackageVersionHistory withCommitMessage(String commitMessage)
A message associated with the package version when it was uploaded.
commitMessage - A message associated with the package version when it was uploaded.public void setCreatedAt(Date createdAt)
The date and time when the package was created.
createdAt - The date and time when the package was created.public Date getCreatedAt()
The date and time when the package was created.
public PackageVersionHistory withCreatedAt(Date createdAt)
The date and time when the package was created.
createdAt - The date and time when the package was created.public void setPluginProperties(PluginProperties pluginProperties)
 Additional information about plugin properties if the package is a ZIP-PLUGIN package.
 
pluginProperties - Additional information about plugin properties if the package is a ZIP-PLUGIN package.public PluginProperties getPluginProperties()
 Additional information about plugin properties if the package is a ZIP-PLUGIN package.
 
ZIP-PLUGIN package.public PackageVersionHistory withPluginProperties(PluginProperties pluginProperties)
 Additional information about plugin properties if the package is a ZIP-PLUGIN package.
 
pluginProperties - Additional information about plugin properties if the package is a ZIP-PLUGIN package.public String toString()
toString in class ObjectObject.toString()public PackageVersionHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.