public class DynamoDBBool extends DynamoDBEntry
| Modifier and Type | Field and Description |
|---|---|
static DynamoDBBool |
FALSE
Constant DynamoDBBool for the false value
|
static DynamoDBBool |
TRUE
Constant DynamoDBBool for the true value
|
| Constructor and Description |
|---|
DynamoDBBool(boolean boolValue)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
asBoolean()
Explicitly convert DynamoDBEntry to Boolean
|
com.amazonaws.services.dynamodbv2.model.AttributeValue |
convertToAttributeValue()
Converts a
DynamoDBEntry to AttributeValue |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
asByteBuffer, asDocument, asDouble, asDynamoDBList, asFloat, asInt, asLong, asNumber, asPrimitive, asPrimitiveList, asString, convertToAttributeUpdateValue, toStringpublic static final DynamoDBBool TRUE
public static final DynamoDBBool FALSE
public DynamoDBBool(boolean boolValue)
boolValue - the boolean value.public com.amazonaws.services.dynamodbv2.model.AttributeValue convertToAttributeValue()
DynamoDBEntryDynamoDBEntry to AttributeValueconvertToAttributeValue in class DynamoDBEntryAttributeValue.public java.lang.Boolean asBoolean()
DynamoDBEntryasBoolean in class DynamoDBEntrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object