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

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

- T
- Type of objects to get

- operationConfig (DynamoDBOperationConfig)
- Config object which can be used to override that table used.

Empty strongly-typed BatchGet object