@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, setSdkResponseMetadata
public void setJobStatus(String jobStatus)
The current status of the import job.
jobStatus
- The current status of the import job.TableDataImportJobStatus
public String getJobStatus()
The current status of the import job.
TableDataImportJobStatus
public DescribeTableDataImportJobResult withJobStatus(String jobStatus)
The current status of the import job.
jobStatus
- The current status of the import job.TableDataImportJobStatus
public DescribeTableDataImportJobResult withJobStatus(TableDataImportJobStatus jobStatus)
The current status of the import job.
jobStatus
- The current status of the import job.TableDataImportJobStatus
public 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 Object
Object.toString()
public DescribeTableDataImportJobResult clone()