@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VariantImportJobItem extends Object implements Serializable, Cloneable, StructuredPojo
A variant import job.
Constructor and Description |
---|
VariantImportJobItem() |
Modifier and Type | Method and Description |
---|---|
VariantImportJobItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
When the job completed.
|
Date |
getCreationTime()
When the job was created.
|
String |
getDestinationName()
The job's destination variant store.
|
String |
getId()
The job's ID.
|
String |
getRoleArn()
The job's service role ARN.
|
Boolean |
getRunLeftNormalization()
The job's left normalization setting.
|
String |
getStatus()
The job's status.
|
Date |
getUpdateTime()
When the job was updated.
|
int |
hashCode() |
Boolean |
isRunLeftNormalization()
The job's left normalization setting.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCompletionTime(Date completionTime)
When the job completed.
|
void |
setCreationTime(Date creationTime)
When the job was created.
|
void |
setDestinationName(String destinationName)
The job's destination variant store.
|
void |
setId(String id)
The job's ID.
|
void |
setRoleArn(String roleArn)
The job's service role ARN.
|
void |
setRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
|
void |
setStatus(String status)
The job's status.
|
void |
setUpdateTime(Date updateTime)
When the job was updated.
|
String |
toString()
Returns a string representation of this object.
|
VariantImportJobItem |
withCompletionTime(Date completionTime)
When the job completed.
|
VariantImportJobItem |
withCreationTime(Date creationTime)
When the job was created.
|
VariantImportJobItem |
withDestinationName(String destinationName)
The job's destination variant store.
|
VariantImportJobItem |
withId(String id)
The job's ID.
|
VariantImportJobItem |
withRoleArn(String roleArn)
The job's service role ARN.
|
VariantImportJobItem |
withRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
|
VariantImportJobItem |
withStatus(JobStatus status)
The job's status.
|
VariantImportJobItem |
withStatus(String status)
The job's status.
|
VariantImportJobItem |
withUpdateTime(Date updateTime)
When the job was updated.
|
public void setCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public Date getCompletionTime()
When the job completed.
public VariantImportJobItem withCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public void setCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public Date getCreationTime()
When the job was created.
public VariantImportJobItem withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public void setDestinationName(String destinationName)
The job's destination variant store.
destinationName
- The job's destination variant store.public String getDestinationName()
The job's destination variant store.
public VariantImportJobItem withDestinationName(String destinationName)
The job's destination variant store.
destinationName
- The job's destination variant store.public void setId(String id)
The job's ID.
id
- The job's ID.public String getId()
The job's ID.
public VariantImportJobItem withId(String id)
The job's ID.
id
- The job's ID.public void setRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public String getRoleArn()
The job's service role ARN.
public VariantImportJobItem withRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public void setRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
runLeftNormalization
- The job's left normalization setting.public Boolean getRunLeftNormalization()
The job's left normalization setting.
public VariantImportJobItem withRunLeftNormalization(Boolean runLeftNormalization)
The job's left normalization setting.
runLeftNormalization
- The job's left normalization setting.public Boolean isRunLeftNormalization()
The job's left normalization setting.
public void setStatus(String status)
The job's status.
status
- The job's status.JobStatus
public String getStatus()
The job's status.
JobStatus
public VariantImportJobItem withStatus(String status)
The job's status.
status
- The job's status.JobStatus
public VariantImportJobItem withStatus(JobStatus status)
The job's status.
status
- The job's status.JobStatus
public void setUpdateTime(Date updateTime)
When the job was updated.
updateTime
- When the job was updated.public Date getUpdateTime()
When the job was updated.
public VariantImportJobItem withUpdateTime(Date updateTime)
When the job was updated.
updateTime
- When the job was updated.public String toString()
toString
in class Object
Object.toString()
public VariantImportJobItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.