类 BatchGetItemResponse

    • 构造器详细资料

      • BatchGetItemResponse

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

      • getUnprocessedItems

        public Map<String,​KeysAndAttributes> getUnprocessedItems()
        Get all of the unprocessed items in this BatchGetItem request.
        返回:
        All of the unprocessed items in this BatchGetItem request.
      • setUnprocessedItems

        public void setUnprocessedItems​(Map<String,​KeysAndAttributes> items)
        Set all of the unprocessed items in this BatchGetItem request.
        参数:
        items - All of the unprocessed items in this BatchGetItem request.
      • toString

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

        public void setResponses​(Map<String,​List<Map<String,​AttributeValue>>> responses)
        Set the processed items' content for this BatchGetItem request.
        参数:
        responses - The processed items' content for this BatchGetItem request.
      • getResponses

        public Map<String,​List<Map<String,​AttributeValue>>> getResponses()
        Get the processed items' content for this BatchGetItem request.
        返回:
        The processed items' content for this BatchGetItem request.