@Generated(value="software.amazon.awssdk:codegen") public final class StartTableDataImportJobResponse extends HoneycodeResponse implements ToCopyableBuilder<StartTableDataImportJobResponse.Builder,StartTableDataImportJobResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StartTableDataImportJobResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StartTableDataImportJobResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
jobId()
The id that is assigned to this import job.
|
TableDataImportJobStatus |
jobStatus()
The status of the import job immediately after submitting the request.
|
String |
jobStatusAsString()
The status of the import job immediately after submitting the request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StartTableDataImportJobResponse.Builder> |
serializableBuilderClass() |
StartTableDataImportJobResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
public final TableDataImportJobStatus jobStatus()
The status of the import job immediately after submitting the request.
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 status of the import job immediately after submitting the request.
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 StartTableDataImportJobResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StartTableDataImportJobResponse.Builder,StartTableDataImportJobResponse>toBuilder in class AwsResponsepublic static StartTableDataImportJobResponse.Builder builder()
public static Class<? extends StartTableDataImportJobResponse.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 © 2022. All rights reserved.