@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NullValueField extends Object implements Serializable, Cloneable, StructuredPojo
Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.
Constructor and Description |
---|
NullValueField() |
Modifier and Type | Method and Description |
---|---|
NullValueField |
clone() |
boolean |
equals(Object obj) |
Datatype |
getDatatype()
The datatype of the value.
|
String |
getValue()
The value of the null placeholder.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatatype(Datatype datatype)
The datatype of the value.
|
void |
setValue(String value)
The value of the null placeholder.
|
String |
toString()
Returns a string representation of this object.
|
NullValueField |
withDatatype(Datatype datatype)
The datatype of the value.
|
NullValueField |
withValue(String value)
The value of the null placeholder.
|
public void setValue(String value)
The value of the null placeholder.
value
- The value of the null placeholder.public String getValue()
The value of the null placeholder.
public NullValueField withValue(String value)
The value of the null placeholder.
value
- The value of the null placeholder.public void setDatatype(Datatype datatype)
The datatype of the value.
datatype
- The datatype of the value.public Datatype getDatatype()
The datatype of the value.
public NullValueField withDatatype(Datatype datatype)
The datatype of the value.
datatype
- The datatype of the value.public String toString()
toString
in class Object
Object.toString()
public NullValueField clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.