/**
  * Set the client and marshaler from the DynamoDB instance.
  */
 protected function setupDynamoDb()
 {
     $this->client = static::$dynamoDb->getClient();
     $this->marshaler = static::$dynamoDb->getMarshaler();
 }