@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) |
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.ComparisonOperatorpublic String getOperator()
The type of comparison to use to filter the results.
ComparisonOperatorpublic 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.ComparisonOperatorpublic 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.ComparisonOperatorpublic String toString()
toString in class ObjectObject.toString()public DateTimeFilterExpression clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.