@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PackageImportJob extends Object implements Serializable, Cloneable, StructuredPojo
A job to import a package version.
| Constructor and Description |
|---|
PackageImportJob() |
| Modifier and Type | Method and Description |
|---|---|
PackageImportJob |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTime()
When the job was created.
|
String |
getJobId()
The job's ID.
|
String |
getJobType()
The job's type.
|
Date |
getLastUpdatedTime()
When the job was updated.
|
String |
getStatus()
The job's status.
|
String |
getStatusMessage()
The job's status message.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setCreatedTime(Date createdTime)
When the job was created.
|
void |
setJobId(String jobId)
The job's ID.
|
void |
setJobType(String jobType)
The job's type.
|
void |
setLastUpdatedTime(Date lastUpdatedTime)
When the job was updated.
|
void |
setStatus(String status)
The job's status.
|
void |
setStatusMessage(String statusMessage)
The job's status message.
|
String |
toString()
Returns a string representation of this object.
|
PackageImportJob |
withCreatedTime(Date createdTime)
When the job was created.
|
PackageImportJob |
withJobId(String jobId)
The job's ID.
|
PackageImportJob |
withJobType(PackageImportJobType jobType)
The job's type.
|
PackageImportJob |
withJobType(String jobType)
The job's type.
|
PackageImportJob |
withLastUpdatedTime(Date lastUpdatedTime)
When the job was updated.
|
PackageImportJob |
withStatus(PackageImportJobStatus status)
The job's status.
|
PackageImportJob |
withStatus(String status)
The job's status.
|
PackageImportJob |
withStatusMessage(String statusMessage)
The job's status message.
|
public void setCreatedTime(Date createdTime)
When the job was created.
createdTime - When the job was created.public Date getCreatedTime()
When the job was created.
public PackageImportJob withCreatedTime(Date createdTime)
When the job was created.
createdTime - When the job was created.public void setJobId(String jobId)
The job's ID.
jobId - The job's ID.public String getJobId()
The job's ID.
public PackageImportJob withJobId(String jobId)
The job's ID.
jobId - The job's ID.public void setJobType(String jobType)
The job's type.
jobType - The job's type.PackageImportJobTypepublic String getJobType()
The job's type.
PackageImportJobTypepublic PackageImportJob withJobType(String jobType)
The job's type.
jobType - The job's type.PackageImportJobTypepublic PackageImportJob withJobType(PackageImportJobType jobType)
The job's type.
jobType - The job's type.PackageImportJobTypepublic void setLastUpdatedTime(Date lastUpdatedTime)
When the job was updated.
lastUpdatedTime - When the job was updated.public Date getLastUpdatedTime()
When the job was updated.
public PackageImportJob withLastUpdatedTime(Date lastUpdatedTime)
When the job was updated.
lastUpdatedTime - When the job was updated.public void setStatus(String status)
The job's status.
status - The job's status.PackageImportJobStatuspublic String getStatus()
The job's status.
PackageImportJobStatuspublic PackageImportJob withStatus(String status)
The job's status.
status - The job's status.PackageImportJobStatuspublic PackageImportJob withStatus(PackageImportJobStatus status)
The job's status.
status - The job's status.PackageImportJobStatuspublic void setStatusMessage(String statusMessage)
The job's status message.
statusMessage - The job's status message.public String getStatusMessage()
The job's status message.
public PackageImportJob withStatusMessage(String statusMessage)
The job's status message.
statusMessage - The job's status message.public String toString()
toString in class ObjectObject.toString()public PackageImportJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.