Class DescribeSecurityRulesRequest


  • public class DescribeSecurityRulesRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeSecurityRulesRequest

        public DescribeSecurityRulesRequest()
      • DescribeSecurityRulesRequest

        public DescribeSecurityRulesRequest​(DescribeSecurityRulesRequest 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

      • getSecurityRuleIds

        public String[] getSecurityRuleIds()
        Get 安全规则ID列表。总数不能超过20个。
        Returns:
        SecurityRuleIds 安全规则ID列表。总数不能超过20个。
      • setSecurityRuleIds

        public void setSecurityRuleIds​(String[] SecurityRuleIds)
        Set 安全规则ID列表。总数不能超过20个。
        Parameters:
        SecurityRuleIds - 安全规则ID列表。总数不能超过20个。