Class ImportDataFormat
- java.lang.Object
-
- software.amazon.awssdk.services.mailmanager.model.ImportDataFormat
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImportDataFormat.Builder,ImportDataFormat>
@Generated("software.amazon.awssdk:codegen") public final class ImportDataFormat extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImportDataFormat.Builder,ImportDataFormat>
The import data format contains the specifications of the input file that would be passed to the address list import job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImportDataFormat.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportDataFormat.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()ImportDataTypeimportDataType()The type of file that would be passed as an input for the address list import job.StringimportDataTypeAsString()The type of file that would be passed as an input for the address list import job.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ImportDataFormat.Builder>serializableBuilderClass()ImportDataFormat.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
-
importDataType
public final ImportDataType importDataType()
The type of file that would be passed as an input for the address list import job.
If the service returns an enum value that is not available in the current SDK version,
importDataTypewill returnImportDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportDataTypeAsString().- Returns:
- The type of file that would be passed as an input for the address list import job.
- See Also:
ImportDataType
-
importDataTypeAsString
public final String importDataTypeAsString()
The type of file that would be passed as an input for the address list import job.
If the service returns an enum value that is not available in the current SDK version,
importDataTypewill returnImportDataType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromimportDataTypeAsString().- Returns:
- The type of file that would be passed as an input for the address list import job.
- See Also:
ImportDataType
-
toBuilder
public ImportDataFormat.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportDataFormat.Builder,ImportDataFormat>
-
builder
public static ImportDataFormat.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImportDataFormat.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-