@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 package version.
|
Date |
getCreatedAt()
The timestamp of when the package was created.
|
String |
getPackageVersion()
The package version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCommitMessage(String commitMessage)
A message associated with the package version.
|
void |
setCreatedAt(Date createdAt)
The timestamp of when the package was created.
|
void |
setPackageVersion(String packageVersion)
The package version.
|
String |
toString()
Returns a string representation of this object.
|
PackageVersionHistory |
withCommitMessage(String commitMessage)
A message associated with the package version.
|
PackageVersionHistory |
withCreatedAt(Date createdAt)
The timestamp of when the package was created.
|
PackageVersionHistory |
withPackageVersion(String packageVersion)
The package version.
|
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.
commitMessage - A message associated with the package version.public String getCommitMessage()
A message associated with the package version.
public PackageVersionHistory withCommitMessage(String commitMessage)
A message associated with the package version.
commitMessage - A message associated with the package version.public void setCreatedAt(Date createdAt)
The timestamp of when the package was created.
createdAt - The timestamp of when the package was created.public Date getCreatedAt()
The timestamp of when the package was created.
public PackageVersionHistory withCreatedAt(Date createdAt)
The timestamp of when the package was created.
createdAt - The timestamp of when the package was created.public String toString()
toString in class ObjectObject.toString()public PackageVersionHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.