@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QueryFilter extends Object implements Serializable, Cloneable, StructuredPojo
Information that is used to filter message data, to segregate it according to the timeframe in which it arrives.
| Constructor and Description |
|---|
QueryFilter() |
| Modifier and Type | Method and Description |
|---|---|
QueryFilter |
clone() |
boolean |
equals(Object obj) |
DeltaTime |
getDeltaTime()
Used to limit data to that which has arrived since the last execution of the action.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
String |
toString()
Returns a string representation of this object.
|
QueryFilter |
withDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
|
public void setDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
deltaTime - Used to limit data to that which has arrived since the last execution of the action.public DeltaTime getDeltaTime()
Used to limit data to that which has arrived since the last execution of the action.
public QueryFilter withDeltaTime(DeltaTime deltaTime)
Used to limit data to that which has arrived since the last execution of the action.
deltaTime - Used to limit data to that which has arrived since the last execution of the action.public String toString()
toString in class ObjectObject.toString()public QueryFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.