public final class BooleanEqualsCondition extends Object implements BinaryCondition<Boolean>
Modifier and Type | Class and Description |
---|---|
static class |
BooleanEqualsCondition.Builder
Builder for a
BooleanEqualsCondition . |
NULL_BUILDER
Modifier and Type | Method and Description |
---|---|
static BooleanEqualsCondition.Builder |
builder() |
Boolean |
getExpectedValue() |
String |
getVariable() |
public String getVariable()
getVariable
in interface BinaryCondition<Boolean>
public Boolean getExpectedValue()
getExpectedValue
in interface BinaryCondition<Boolean>
public static BooleanEqualsCondition.Builder builder()
BooleanEqualsCondition
.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.