@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PackageVersionSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of information about a package version.
Constructor and Description |
---|
PackageVersionSummary() |
Modifier and Type | Method and Description |
---|---|
PackageVersionSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationDate()
The date that the package version was created.
|
Date |
getLastModifiedDate()
The date that the package version was last updated.
|
String |
getPackageName()
The name of the associated software package.
|
String |
getStatus()
The status of the package version.
|
String |
getVersionName()
The name of the target package version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationDate(Date creationDate)
The date that the package version was created.
|
void |
setLastModifiedDate(Date lastModifiedDate)
The date that the package version was last updated.
|
void |
setPackageName(String packageName)
The name of the associated software package.
|
void |
setStatus(String status)
The status of the package version.
|
void |
setVersionName(String versionName)
The name of the target package version.
|
String |
toString()
Returns a string representation of this object.
|
PackageVersionSummary |
withCreationDate(Date creationDate)
The date that the package version was created.
|
PackageVersionSummary |
withLastModifiedDate(Date lastModifiedDate)
The date that the package version was last updated.
|
PackageVersionSummary |
withPackageName(String packageName)
The name of the associated software package.
|
PackageVersionSummary |
withStatus(PackageVersionStatus status)
The status of the package version.
|
PackageVersionSummary |
withStatus(String status)
The status of the package version.
|
PackageVersionSummary |
withVersionName(String versionName)
The name of the target package version.
|
public void setPackageName(String packageName)
The name of the associated software package.
packageName
- The name of the associated software package.public String getPackageName()
The name of the associated software package.
public PackageVersionSummary withPackageName(String packageName)
The name of the associated software package.
packageName
- The name of the associated software package.public void setVersionName(String versionName)
The name of the target package version.
versionName
- The name of the target package version.public String getVersionName()
The name of the target package version.
public PackageVersionSummary withVersionName(String versionName)
The name of the target package version.
versionName
- The name of the target package version.public void setStatus(String status)
The status of the package version. For more information, see Package version lifecycle.
status
- The status of the package version. For more information, see Package version lifecycle.PackageVersionStatus
public String getStatus()
The status of the package version. For more information, see Package version lifecycle.
PackageVersionStatus
public PackageVersionSummary withStatus(String status)
The status of the package version. For more information, see Package version lifecycle.
status
- The status of the package version. For more information, see Package version lifecycle.PackageVersionStatus
public PackageVersionSummary withStatus(PackageVersionStatus status)
The status of the package version. For more information, see Package version lifecycle.
status
- The status of the package version. For more information, see Package version lifecycle.PackageVersionStatus
public void setCreationDate(Date creationDate)
The date that the package version was created.
creationDate
- The date that the package version was created.public Date getCreationDate()
The date that the package version was created.
public PackageVersionSummary withCreationDate(Date creationDate)
The date that the package version was created.
creationDate
- The date that the package version was created.public void setLastModifiedDate(Date lastModifiedDate)
The date that the package version was last updated.
lastModifiedDate
- The date that the package version was last updated.public Date getLastModifiedDate()
The date that the package version was last updated.
public PackageVersionSummary withLastModifiedDate(Date lastModifiedDate)
The date that the package version was last updated.
lastModifiedDate
- The date that the package version was last updated.public String toString()
toString
in class Object
Object.toString()
public PackageVersionSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.