Initiates a Search object to Query a DynamoDB table, with the
specified filter.
No calls are made until the Search object is used.

C# |
public Search Query( QueryFilter filter )

- filter (QueryFilter)
- Filter to use.

Resultant Search container.