@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)
Marshalls this structured data using the given
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
- JobStatus
public ImportJobSummary withJobStatus(JobStatus jobStatus)
jobStatus
- JobStatus
public 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 Object
Object.toString()
public ImportJobSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.