Class NullCheckBoxList
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.NullCheckBoxList
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>
@Generated("software.amazon.awssdk:codegen") public final class NullCheckBoxList extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>
Represents whether certain values are recognized as null values for removal.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNullCheckBoxList.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NullCheckBoxList.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanisEmpty()Specifies that an empty string is considered as a null value.BooleanisNegOne()Specifies that an integer value of -1 is considered as a null value.BooleanisNullString()Specifies that a value spelling out the word 'null' is considered as a null value.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NullCheckBoxList.Builder>serializableBuilderClass()NullCheckBoxList.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
-
isEmpty
public final Boolean isEmpty()
Specifies that an empty string is considered as a null value.
- Returns:
- Specifies that an empty string is considered as a null value.
-
isNullString
public final Boolean isNullString()
Specifies that a value spelling out the word 'null' is considered as a null value.
- Returns:
- Specifies that a value spelling out the word 'null' is considered as a null value.
-
isNegOne
public final Boolean isNegOne()
Specifies that an integer value of -1 is considered as a null value.
- Returns:
- Specifies that an integer value of -1 is considered as a null value.
-
toBuilder
public NullCheckBoxList.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>
-
builder
public static NullCheckBoxList.Builder builder()
-
serializableBuilderClass
public static Class<? extends NullCheckBoxList.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
-
-