@Generated(value="software.amazon.awssdk:codegen") public final class DescribeTableDataImportJobResponse extends HoneycodeResponse implements ToCopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeTableDataImportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeTableDataImportJobResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorCode |
errorCode()
If job status is failed, error code to understand reason for the failure.
|
String |
errorCodeAsString()
If job status is failed, error code to understand reason for the failure.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TableDataImportJobMetadata |
jobMetadata()
The metadata about the job that was submitted for import.
|
TableDataImportJobStatus |
jobStatus()
The current status of the import job.
|
String |
jobStatusAsString()
The current status of the import job.
|
String |
message()
A message providing more details about the current status of the import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeTableDataImportJobResponse.Builder> |
serializableBuilderClass() |
DescribeTableDataImportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TableDataImportJobStatus jobStatus()
The current status of the import job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return TableDataImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
TableDataImportJobStatuspublic final String jobStatusAsString()
The current status of the import job.
If the service returns an enum value that is not available in the current SDK version, jobStatus will
return TableDataImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from jobStatusAsString().
TableDataImportJobStatuspublic final String message()
A message providing more details about the current status of the import job.
public final TableDataImportJobMetadata jobMetadata()
The metadata about the job that was submitted for import.
public final ErrorCode errorCode()
If job status is failed, error code to understand reason for the failure.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ErrorCodepublic final String errorCodeAsString()
If job status is failed, error code to understand reason for the failure.
If the service returns an enum value that is not available in the current SDK version, errorCode will
return ErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCodeAsString().
ErrorCodepublic DescribeTableDataImportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>toBuilder in class AwsResponsepublic static DescribeTableDataImportJobResponse.Builder builder()
public static Class<? extends DescribeTableDataImportJobResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.