@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartReferenceImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartReferenceImportJobResult() |
Modifier and Type | Method and Description |
---|---|
StartReferenceImportJobResult |
clone() |
boolean |
equals(Object obj) |
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 |
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.
|
StartReferenceImportJobResult |
withCreationTime(Date creationTime)
When the job was created.
|
StartReferenceImportJobResult |
withId(String id)
The job's ID.
|
StartReferenceImportJobResult |
withReferenceStoreId(String referenceStoreId)
The job's reference store ID.
|
StartReferenceImportJobResult |
withRoleArn(String roleArn)
The job's service role ARN.
|
StartReferenceImportJobResult |
withStatus(ReferenceImportJobStatus status)
The job's status.
|
StartReferenceImportJobResult |
withStatus(String status)
The job's status.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The job's ID.
id
- The job's ID.public String getId()
The job's ID.
public StartReferenceImportJobResult 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 StartReferenceImportJobResult 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 StartReferenceImportJobResult 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 StartReferenceImportJobResult withStatus(String status)
The job's status.
status
- The job's status.ReferenceImportJobStatus
public StartReferenceImportJobResult withStatus(ReferenceImportJobStatus status)
The job's status.
status
- The job's status.ReferenceImportJobStatus
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 StartReferenceImportJobResult withCreationTime(Date creationTime)
When the job was created.
creationTime
- When the job was created.public String toString()
toString
in class Object
Object.toString()
public StartReferenceImportJobResult clone()