@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) |
String |
getErrorCode()
If job status is failed, error code to understand reason for the failure.
|
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 |
setErrorCode(String errorCode)
If job status is failed, error code to understand reason for the failure.
|
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 |
withErrorCode(ErrorCode errorCode)
If job status is failed, error code to understand reason for the failure.
|
DescribeTableDataImportJobResult |
withErrorCode(String errorCode)
If job status is failed, error code to understand reason for the failure.
|
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 void setErrorCode(String errorCode)
If job status is failed, error code to understand reason for the failure.
errorCode - If job status is failed, error code to understand reason for the failure.ErrorCodepublic String getErrorCode()
If job status is failed, error code to understand reason for the failure.
ErrorCodepublic DescribeTableDataImportJobResult withErrorCode(String errorCode)
If job status is failed, error code to understand reason for the failure.
errorCode - If job status is failed, error code to understand reason for the failure.ErrorCodepublic DescribeTableDataImportJobResult withErrorCode(ErrorCode errorCode)
If job status is failed, error code to understand reason for the failure.
errorCode - If job status is failed, error code to understand reason for the failure.ErrorCodepublic String toString()
toString in class ObjectObject.toString()public DescribeTableDataImportJobResult clone()