类 BatchGetItemRequest


  • public class BatchGetItemRequest
    extends AbstractBceRequest
    Represents the input of a BatchGetItem operation.
    • 构造器详细资料

      • BatchGetItemRequest

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

      • setRequestItems

        public void setRequestItems​(Map<String,​KeysAndAttributes> requestItems)
        Set the request items for BatchGetItem operation.
        参数:
        requestItems - The request items for BatchGetItem operation.
      • withRequestItems

        public BatchGetItemRequest withRequestItems​(Map<String,​KeysAndAttributes> reqItems)
        Set the request items for BatchGetItem operation.
        参数:
        reqItems - The request items for BatchGetItem operation.
        返回:
        Returns a reference to the object so that method calls can be chained together.
      • getRequestItems

        public Map<String,​KeysAndAttributes> getRequestItems()
        Get the request Items set in this BatchGetItem operation.
        返回:
        Returns the map of attributes with name and key.
      • toString

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