@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportJobSummary extends Object implements Serializable, Cloneable, StructuredPojo
A summary of the import job.
| Constructor and Description |
|---|
ImportJobSummary() |
| Modifier and Type | Method and Description |
|---|---|
ImportJobSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedTimestamp()
The date and time when the import job was created.
|
ImportDestination |
getImportDestination() |
String |
getJobId() |
String |
getJobStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedTimestamp(Date createdTimestamp)
The date and time when the import job was created.
|
void |
setImportDestination(ImportDestination importDestination) |
void |
setJobId(String jobId) |
void |
setJobStatus(String jobStatus) |
String |
toString()
Returns a string representation of this object.
|
ImportJobSummary |
withCreatedTimestamp(Date createdTimestamp)
The date and time when the import job was created.
|
ImportJobSummary |
withImportDestination(ImportDestination importDestination) |
ImportJobSummary |
withJobId(String jobId) |
ImportJobSummary |
withJobStatus(JobStatus jobStatus) |
ImportJobSummary |
withJobStatus(String jobStatus) |
public void setJobId(String jobId)
jobId - public String getJobId()
public ImportJobSummary withJobId(String jobId)
jobId - public void setImportDestination(ImportDestination importDestination)
importDestination - public ImportDestination getImportDestination()
public ImportJobSummary withImportDestination(ImportDestination importDestination)
importDestination - public ImportJobSummary withJobStatus(String jobStatus)
jobStatus - JobStatuspublic ImportJobSummary withJobStatus(JobStatus jobStatus)
jobStatus - JobStatuspublic void setCreatedTimestamp(Date createdTimestamp)
The date and time when the import job was created.
createdTimestamp - The date and time when the import job was created.public Date getCreatedTimestamp()
The date and time when the import job was created.
public ImportJobSummary withCreatedTimestamp(Date createdTimestamp)
The date and time when the import job was created.
createdTimestamp - The date and time when the import job was created.public String toString()
toString in class ObjectObject.toString()public ImportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.