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