Class TableDataImportJobMetadata
- java.lang.Object
-
- software.amazon.awssdk.services.honeycode.model.TableDataImportJobMetadata
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TableDataImportJobMetadata.Builder,TableDataImportJobMetadata>
@Generated("software.amazon.awssdk:codegen") public final class TableDataImportJobMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableDataImportJobMetadata.Builder,TableDataImportJobMetadata>
The metadata associated with the table data import job that was submitted.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTableDataImportJobMetadata.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TableDataImportJobMetadata.Builderbuilder()ImportDataSourcedataSource()The source of the data that was submitted for import.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ImportOptionsimportOptions()The options that was specified at the time of submitting the import request.List<SdkField<?>>sdkFields()static Class<? extends TableDataImportJobMetadata.Builder>serializableBuilderClass()ImportJobSubmittersubmitter()Details about the submitter of the import request.InstantsubmitTime()The timestamp when the job was submitted for import.TableDataImportJobMetadata.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
submitter
public final ImportJobSubmitter submitter()
Details about the submitter of the import request.
- Returns:
- Details about the submitter of the import request.
-
submitTime
public final Instant submitTime()
The timestamp when the job was submitted for import.
- Returns:
- The timestamp when the job was submitted for import.
-
importOptions
public final ImportOptions importOptions()
The options that was specified at the time of submitting the import request.
- Returns:
- The options that was specified at the time of submitting the import request.
-
dataSource
public final ImportDataSource dataSource()
The source of the data that was submitted for import.
- Returns:
- The source of the data that was submitted for import.
-
toBuilder
public TableDataImportJobMetadata.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TableDataImportJobMetadata.Builder,TableDataImportJobMetadata>
-
builder
public static TableDataImportJobMetadata.Builder builder()
-
serializableBuilderClass
public static Class<? extends TableDataImportJobMetadata.Builder> serializableBuilderClass()
-
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.
-
-