@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ImportReferenceJobItem extends Object implements Serializable, Cloneable, StructuredPojo
An import reference job.
Constructor and Description |
---|
ImportReferenceJobItem() |
Modifier and Type | Method and Description |
---|---|
ImportReferenceJobItem |
clone() |
boolean |
equals(Object obj) |
Date |
getCompletionTime()
When the job completed.
|
Date |
getCreationTime()
When the job was created.
|
String |
getId()
The job's ID.
|
String |
getReferenceStoreId()
The job's reference store ID.
|
String |
getRoleArn()
The job's service role ARN.
|
String |
getStatus()
The job's status.
|
int |
hashCode() |
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 |
setId(String id)
The job's ID.
|
void |
setReferenceStoreId(String referenceStoreId)
The job's reference store ID.
|
void |
setRoleArn(String roleArn)
The job's service role ARN.
|
void |
setStatus(String status)
The job's status.
|
String |
toString()
Returns a string representation of this object.
|
ImportReferenceJobItem |
withCompletionTime(Date completionTime)
When the job completed.
|
ImportReferenceJobItem |
withCreationTime(Date creationTime)
When the job was created.
|
ImportReferenceJobItem |
withId(String id)
The job's ID.
|
ImportReferenceJobItem |
withReferenceStoreId(String referenceStoreId)
The job's reference store ID.
|
ImportReferenceJobItem |
withRoleArn(String roleArn)
The job's service role ARN.
|
ImportReferenceJobItem |
withStatus(ReferenceImportJobStatus status)
The job's status.
|
ImportReferenceJobItem |
withStatus(String status)
The job's status.
|
public void setCompletionTime(Date completionTime)
When the job completed.
completionTime
- When the job completed.public Date getCompletionTime()
When the job completed.
public ImportReferenceJobItem 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 ImportReferenceJobItem withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public void setId(String id)
The job's ID.
id
- The job's ID.public String getId()
The job's ID.
public ImportReferenceJobItem withId(String id)
The job's ID.
id
- The job's ID.public void setReferenceStoreId(String referenceStoreId)
The job's reference store ID.
referenceStoreId
- The job's reference store ID.public String getReferenceStoreId()
The job's reference store ID.
public ImportReferenceJobItem withReferenceStoreId(String referenceStoreId)
The job's reference store ID.
referenceStoreId
- The job's reference store 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 ImportReferenceJobItem withRoleArn(String roleArn)
The job's service role ARN.
roleArn
- The job's service role ARN.public void setStatus(String status)
The job's status.
status
- The job's status.ReferenceImportJobStatus
public String getStatus()
The job's status.
ReferenceImportJobStatus
public ImportReferenceJobItem withStatus(String status)
The job's status.
status
- The job's status.ReferenceImportJobStatus
public ImportReferenceJobItem withStatus(ReferenceImportJobStatus status)
The job's status.
status
- The job's status.ReferenceImportJobStatus
public String toString()
toString
in class Object
Object.toString()
public ImportReferenceJobItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.