类 BatchWriteItemResponse

    • 构造器详细资料

      • BatchWriteItemResponse

        public BatchWriteItemResponse()
        Constructs a new BatchWriteItemResponse object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
    • 方法详细资料

      • getUnprocessedItems

        public Map<String,​List<WriteRequest>> getUnprocessedItems()
        Get all of the unprocessed items in this BatchWriteItem request.
        返回:
        All of the unprocessed items in this BatchWriteItem request, the type is in Map.
        另请参阅:
        WriteRequest
      • setUnprocessedItems

        public void setUnprocessedItems​(Map<String,​List<WriteRequest>> items)
        Set all of the unprocessed items in this BatchWriteItem request.
        参数:
        items - All of the unprocessed items in this BatchWriteItem request, the type is in Map.
        另请参阅:
        WriteRequest
      • toString

        public String toString()
        Return a string representation of the response information.
        覆盖:
        toString 在类中 Object
        返回:
        A string representation of the response information.