Creates a strongly-typed BatchGet object, allowing
a batch-get operation against DynamoDB.

C# |
public BatchGet<T> CreateBatchGet<T>()

- T
- Type of objects to get

Empty strongly-typed BatchGet object
C# |
public BatchGet<T> CreateBatchGet<T>()