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