@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.PackageImportJobType
public String getJobType()
The job's type.
PackageImportJobType
public PackageImportJob withJobType(String jobType)
The job's type.
jobType
- The job's type.PackageImportJobType
public PackageImportJob withJobType(PackageImportJobType jobType)
The job's type.
jobType
- The job's type.PackageImportJobType
public 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.PackageImportJobStatus
public String getStatus()
The job's status.
PackageImportJobStatus
public PackageImportJob withStatus(String status)
The job's status.
status
- The job's status.PackageImportJobStatus
public PackageImportJob withStatus(PackageImportJobStatus status)
The job's status.
status
- The job's status.PackageImportJobStatus
public 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 Object
Object.toString()
public PackageImportJob clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.