Class DescribeTableDataImportJobResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.honeycode.model.HoneycodeResponse
-
- software.amazon.awssdk.services.honeycode.model.DescribeTableDataImportJobResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeTableDataImportJobResponse extends HoneycodeResponse implements ToCopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeTableDataImportJobResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeTableDataImportJobResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorCodeerrorCode()If job status is failed, error code to understand reason for the failure.StringerrorCodeAsString()If job status is failed, error code to understand reason for the failure.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()TableDataImportJobMetadatajobMetadata()The metadata about the job that was submitted for import.TableDataImportJobStatusjobStatus()The current status of the import job.StringjobStatusAsString()The current status of the import job.Stringmessage()A message providing more details about the current status of the import job.List<SdkField<?>>sdkFields()static Class<? extends DescribeTableDataImportJobResponse.Builder>serializableBuilderClass()DescribeTableDataImportJobResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.honeycode.model.HoneycodeResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobStatus
public 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,
jobStatuswill returnTableDataImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the import job.
- See Also:
TableDataImportJobStatus
-
jobStatusAsString
public 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,
jobStatuswill returnTableDataImportJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromjobStatusAsString().- Returns:
- The current status of the import job.
- See Also:
TableDataImportJobStatus
-
message
public final String message()
A message providing more details about the current status of the import job.
- Returns:
- A message providing more details about the current status of the import job.
-
jobMetadata
public final TableDataImportJobMetadata jobMetadata()
The metadata about the job that was submitted for import.
- Returns:
- The metadata about the job that was submitted for import.
-
errorCode
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,
errorCodewill returnErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- If job status is failed, error code to understand reason for the failure.
- See Also:
ErrorCode
-
errorCodeAsString
public 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,
errorCodewill returnErrorCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromerrorCodeAsString().- Returns:
- If job status is failed, error code to understand reason for the failure.
- See Also:
ErrorCode
-
toBuilder
public DescribeTableDataImportJobResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeTableDataImportJobResponse.Builder,DescribeTableDataImportJobResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeTableDataImportJobResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeTableDataImportJobResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-