类 ListRequest

    • 构造器详细资料

      • ListRequest

        public ListRequest()
    • 方法详细资料

      • getMarker

        public String getMarker()
        Returning the optional parameter marker specified in the original request to specify where in the results to begin listing.
        返回:
        The optional parameter marker specified in the original request to specify where in the results to begin listing.
      • setMarker

        public void setMarker​(String marker)
        Setting the optional parameter marker specified in the original request to specify where in the results to begin listing.
        参数:
        marker - The optional parameter marker specified in the original request to specify where in the results to begin listing.
      • withMarker

        public ListRequest withMarker​(String marker)
        Configure the request with specified marker.
        参数:
        marker - The optional parameter marker specified in the original request to specify where in the results to begin listing.
        返回:
        ListRequest with specified marker.
      • getMaxKeys

        public int getMaxKeys()
        Returning the optional parameter that specifies the max number of list result to return .
        返回:
        The optional parameter in the original request to specifies the max number of list result to return .
      • setMaxKeys

        public void setMaxKeys​(int maxKeys)
        Setting the optional parameter to specifies the max number of list result to return
        参数:
        maxKeys - The optional parameter in the original request to specifies the max number of list result to return .
      • withMaxKeys

        public ListRequest withMaxKeys​(int maxKeys)
        Configure the request with specified maxKeys.
        参数:
        maxKeys - The optional parameter to specifies the max number of list result to return. The default value is 1000.
        返回:
        ListRequest with specified maxKeys.