Class DescribeVpcEndPointServiceWhiteListRequest


  • public class DescribeVpcEndPointServiceWhiteListRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeVpcEndPointServiceWhiteListRequest

        public DescribeVpcEndPointServiceWhiteListRequest()
      • DescribeVpcEndPointServiceWhiteListRequest

        public DescribeVpcEndPointServiceWhiteListRequest​(DescribeVpcEndPointServiceWhiteListRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getOffset

        public Long getOffset()
        Get 偏移量,默认为0。
        Returns:
        Offset 偏移量,默认为0。
      • setOffset

        public void setOffset​(Long Offset)
        Set 偏移量,默认为0。
        Parameters:
        Offset - 偏移量,默认为0。
      • getLimit

        public Long getLimit()
        Get 单页返回数量,默认为20,最大值为100。
        Returns:
        Limit 单页返回数量,默认为20,最大值为100。
      • setLimit

        public void setLimit​(Long Limit)
        Set 单页返回数量,默认为20,最大值为100。
        Parameters:
        Limit - 单页返回数量,默认为20,最大值为100。
      • getFilters

        public Filter[] getFilters()
        Get 过滤条件。
      • user-uin String - (过滤条件)用户UIN。
      • end-point-service-id String - (过滤条件)终端节点服务ID。
Returns:
Filters 过滤条件。
  • user-uin String - (过滤条件)用户UIN。
  • end-point-service-id String - (过滤条件)终端节点服务ID。
  • Parameters:
    Filters - 过滤条件。
  • user-uin String - (过滤条件)用户UIN。
  • end-point-service-id String - (过滤条件)终端节点服务ID。