@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeTableDataImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeTableDataImportJobResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeTableDataImportJobResult |
clone() |
boolean |
equals(Object obj) |
TableDataImportJobMetadata |
getJobMetadata()
The metadata about the job that was submitted for import.
|
String |
getJobStatus()
The current status of the import job.
|
String |
getMessage()
A message providing more details about the current status of the import job.
|
int |
hashCode() |
void |
setJobMetadata(TableDataImportJobMetadata jobMetadata)
The metadata about the job that was submitted for import.
|
void |
setJobStatus(String jobStatus)
The current status of the import job.
|
void |
setMessage(String message)
A message providing more details about the current status of the import job.
|
String |
toString()
Returns a string representation of this object.
|
DescribeTableDataImportJobResult |
withJobMetadata(TableDataImportJobMetadata jobMetadata)
The metadata about the job that was submitted for import.
|
DescribeTableDataImportJobResult |
withJobStatus(String jobStatus)
The current status of the import job.
|
DescribeTableDataImportJobResult |
withJobStatus(TableDataImportJobStatus jobStatus)
The current status of the import job.
|
DescribeTableDataImportJobResult |
withMessage(String message)
A message providing more details about the current status of the import job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobStatus(String jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.TableDataImportJobStatuspublic String getJobStatus()
The current status of the import job.
TableDataImportJobStatuspublic DescribeTableDataImportJobResult withJobStatus(String jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.TableDataImportJobStatuspublic DescribeTableDataImportJobResult withJobStatus(TableDataImportJobStatus jobStatus)
The current status of the import job.
jobStatus - The current status of the import job.TableDataImportJobStatuspublic void setMessage(String message)
A message providing more details about the current status of the import job.
message - A message providing more details about the current status of the import job.public String getMessage()
A message providing more details about the current status of the import job.
public DescribeTableDataImportJobResult withMessage(String message)
A message providing more details about the current status of the import job.
message - A message providing more details about the current status of the import job.public void setJobMetadata(TableDataImportJobMetadata jobMetadata)
The metadata about the job that was submitted for import.
jobMetadata - The metadata about the job that was submitted for import.public TableDataImportJobMetadata getJobMetadata()
The metadata about the job that was submitted for import.
public DescribeTableDataImportJobResult withJobMetadata(TableDataImportJobMetadata jobMetadata)
The metadata about the job that was submitted for import.
jobMetadata - The metadata about the job that was submitted for import.public String toString()
toString in class ObjectObject.toString()public DescribeTableDataImportJobResult clone()