Creates a strongly-typed BatchWrite object, allowing
a batch-write operation against DynamoDB.

C# |
public BatchWrite<T> CreateBatchWrite<T>()

- T
- Type of objects to write

Empty strongly-typed BatchWrite object
C# |
public BatchWrite<T> CreateBatchWrite<T>()