@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NullCheckBoxList extends Object implements Serializable, Cloneable, StructuredPojo
Represents whether certain values are recognized as null values for removal.
Constructor and Description |
---|
NullCheckBoxList() |
Modifier and Type | Method and Description |
---|---|
NullCheckBoxList |
clone() |
boolean |
equals(Object obj) |
Boolean |
getIsEmpty()
Specifies that an empty string is considered as a null value.
|
Boolean |
getIsNegOne()
Specifies that an integer value of -1 is considered as a null value.
|
Boolean |
getIsNullString()
Specifies that a value spelling out the word 'null' is considered as a null value.
|
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.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setIsEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
|
void |
setIsNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
|
void |
setIsNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
|
String |
toString()
Returns a string representation of this object.
|
NullCheckBoxList |
withIsEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
|
NullCheckBoxList |
withIsNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
|
NullCheckBoxList |
withIsNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
|
public void setIsEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
isEmpty
- Specifies that an empty string is considered as a null value.public Boolean getIsEmpty()
Specifies that an empty string is considered as a null value.
public NullCheckBoxList withIsEmpty(Boolean isEmpty)
Specifies that an empty string is considered as a null value.
isEmpty
- Specifies that an empty string is considered as a null value.public Boolean isEmpty()
Specifies that an empty string is considered as a null value.
public void setIsNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
isNullString
- Specifies that a value spelling out the word 'null' is considered as a null value.public Boolean getIsNullString()
Specifies that a value spelling out the word 'null' is considered as a null value.
public NullCheckBoxList withIsNullString(Boolean isNullString)
Specifies that a value spelling out the word 'null' is considered as a null value.
isNullString
- Specifies that a value spelling out the word 'null' is considered as a null value.public Boolean isNullString()
Specifies that a value spelling out the word 'null' is considered as a null value.
public void setIsNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
isNegOne
- Specifies that an integer value of -1 is considered as a null value.public Boolean getIsNegOne()
Specifies that an integer value of -1 is considered as a null value.
public NullCheckBoxList withIsNegOne(Boolean isNegOne)
Specifies that an integer value of -1 is considered as a null value.
isNegOne
- Specifies that an integer value of -1 is considered as a null value.public Boolean isNegOne()
Specifies that an integer value of -1 is considered as a null value.
public String toString()
toString
in class Object
Object.toString()
public NullCheckBoxList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.