public class DynamoDBNull extends DynamoDBEntry
Modifier and Type | Field and Description |
---|---|
static DynamoDBNull |
NULL
Constant DynamoDBNull for the Null value.
|
Constructor and Description |
---|
DynamoDBNull()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AttributeValue |
convertToAttributeValue()
Converts a
DynamoDBEntry to AttributeValue |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
asBoolean, asByteBuffer, asDocument, asDouble, asDynamoDBList, asFloat, asInt, asLong, asNumber, asPrimitive, asPrimitiveList, asString, convertToAttributeUpdateValue, toString
public static final DynamoDBNull NULL
public AttributeValue convertToAttributeValue()
DynamoDBEntry
DynamoDBEntry
to AttributeValue
convertToAttributeValue
in class DynamoDBEntry
AttributeValue
.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.