@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() |
ImportDestination |
getImportDestination() |
String |
getJobId() |
String |
getJobStatus() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCreatedTimestamp(Date createdTimestamp) |
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) |
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)
createdTimestamp - public Date getCreatedTimestamp()
public ImportJobSummary withCreatedTimestamp(Date createdTimestamp)
createdTimestamp - public String toString()
toString in class ObjectObject.toString()public ImportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.