@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PackageVersionHistory extends Object implements Serializable, Cloneable, StructuredPojo
Details of 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 version.
|
Date |
getCreatedAt()
Timestamp which tells creation time of the package version.
|
String |
getPackageVersion()
Version of the package.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCommitMessage(String commitMessage)
A message associated with the version.
|
void |
setCreatedAt(Date createdAt)
Timestamp which tells creation time of the package version.
|
void |
setPackageVersion(String packageVersion)
Version of the package.
|
String |
toString()
Returns a string representation of this object.
|
PackageVersionHistory |
withCommitMessage(String commitMessage)
A message associated with the version.
|
PackageVersionHistory |
withCreatedAt(Date createdAt)
Timestamp which tells creation time of the package version.
|
PackageVersionHistory |
withPackageVersion(String packageVersion)
Version of the package.
|
public void setPackageVersion(String packageVersion)
Version of the package.
packageVersion
- Version of the package.public String getPackageVersion()
Version of the package.
public PackageVersionHistory withPackageVersion(String packageVersion)
Version of the package.
packageVersion
- Version of the package.public void setCommitMessage(String commitMessage)
A message associated with the version.
commitMessage
- A message associated with the version.public String getCommitMessage()
A message associated with the version.
public PackageVersionHistory withCommitMessage(String commitMessage)
A message associated with the version.
commitMessage
- A message associated with the version.public void setCreatedAt(Date createdAt)
Timestamp which tells creation time of the package version.
createdAt
- Timestamp which tells creation time of the package version.public Date getCreatedAt()
Timestamp which tells creation time of the package version.
public PackageVersionHistory withCreatedAt(Date createdAt)
Timestamp which tells creation time of the package version.
createdAt
- Timestamp which tells creation time of the package version.public String toString()
toString
in class Object
Object.toString()
public PackageVersionHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.