@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NullCheckBoxList.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NullCheckBoxList.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isEmpty()
Specifies that an empty string is considered as a null value.
|
Boolean |
isNegOne()
Specifies that an integer value of -1 is considered as a null value.
|
Boolean |
isNullString()
Specifies that a value spelling out the word 'null' is considered as a null value.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NullCheckBoxList.Builder> |
serializableBuilderClass() |
NullCheckBoxList.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean isEmpty()
Specifies that an empty string is considered as a null value.
public final Boolean isNullString()
Specifies that a value spelling out the word 'null' is considered as a null value.
public final Boolean isNegOne()
Specifies that an integer value of -1 is considered as a null value.
public NullCheckBoxList.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NullCheckBoxList.Builder,NullCheckBoxList>public static NullCheckBoxList.Builder builder()
public static Class<? extends NullCheckBoxList.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.