@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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller 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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public PackageVersionHistory clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.