@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DateTimeFilterExpression extends Object implements Serializable, Cloneable, StructuredPojo
The time stamp in date-time format.
Constructor and Description |
---|
DateTimeFilterExpression() |
Modifier and Type | Method and Description |
---|---|
DateTimeFilterExpression |
clone() |
boolean |
equals(Object obj) |
Date |
getDateTime()
The date and time.
|
String |
getName()
The name of the date-time field to filter on.
|
String |
getOperator()
The type of comparison to use to filter the results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDateTime(Date dateTime)
The date and time.
|
void |
setName(String name)
The name of the date-time field to filter on.
|
void |
setOperator(String operator)
The type of comparison to use to filter the results.
|
String |
toString()
Returns a string representation of this object.
|
DateTimeFilterExpression |
withDateTime(Date dateTime)
The date and time.
|
DateTimeFilterExpression |
withName(String name)
The name of the date-time field to filter on.
|
DateTimeFilterExpression |
withOperator(ComparisonOperator operator)
The type of comparison to use to filter the results.
|
DateTimeFilterExpression |
withOperator(String operator)
The type of comparison to use to filter the results.
|
public void setDateTime(Date dateTime)
The date and time.
dateTime
- The date and time.public Date getDateTime()
The date and time.
public DateTimeFilterExpression withDateTime(Date dateTime)
The date and time.
dateTime
- The date and time.public void setName(String name)
The name of the date-time field to filter on.
name
- The name of the date-time field to filter on.public String getName()
The name of the date-time field to filter on.
public DateTimeFilterExpression withName(String name)
The name of the date-time field to filter on.
name
- The name of the date-time field to filter on.public void setOperator(String operator)
The type of comparison to use to filter the results.
operator
- The type of comparison to use to filter the results.ComparisonOperator
public String getOperator()
The type of comparison to use to filter the results.
ComparisonOperator
public DateTimeFilterExpression withOperator(String operator)
The type of comparison to use to filter the results.
operator
- The type of comparison to use to filter the results.ComparisonOperator
public DateTimeFilterExpression withOperator(ComparisonOperator operator)
The type of comparison to use to filter the results.
operator
- The type of comparison to use to filter the results.ComparisonOperator
public String toString()
toString
in class Object
Object.toString()
public DateTimeFilterExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.