@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeManagedRuleGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeManagedRuleGroupResult() |
Modifier and Type | Method and Description |
---|---|
DescribeManagedRuleGroupResult |
clone() |
boolean |
equals(Object obj) |
Long |
getCapacity()
The web ACL capacity units (WCUs) required for this rule group.
|
List<RuleSummary> |
getRules()
|
int |
hashCode() |
void |
setCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
void |
setRules(Collection<RuleSummary> rules)
|
String |
toString()
Returns a string representation of this object.
|
DescribeManagedRuleGroupResult |
withCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group.
|
DescribeManagedRuleGroupResult |
withRules(Collection<RuleSummary> rules)
|
DescribeManagedRuleGroupResult |
withRules(RuleSummary... rules)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU) to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule's relative cost. Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.
capacity
- The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU)
to calculate and control the operating resources that are used to run your rules, rule groups, and web
ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule's relative cost.
Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule
group. The WCU limit for web ACLs is 1,500.public Long getCapacity()
The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU) to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule's relative cost. Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.
public DescribeManagedRuleGroupResult withCapacity(Long capacity)
The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU) to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule's relative cost. Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.
capacity
- The web ACL capacity units (WCUs) required for this rule group. AWS WAF uses web ACL capacity units (WCU)
to calculate and control the operating resources that are used to run your rules, rule groups, and web
ACLs. AWS WAF calculates capacity differently for each rule type, to reflect each rule's relative cost.
Rule group capacity is fixed at creation, so users can plan their web ACL WCU usage when they use a rule
group. The WCU limit for web ACLs is 1,500.public List<RuleSummary> getRules()
public void setRules(Collection<RuleSummary> rules)
rules
- public DescribeManagedRuleGroupResult withRules(RuleSummary... rules)
NOTE: This method appends the values to the existing list (if any). Use
setRules(java.util.Collection)
or withRules(java.util.Collection)
if you want to override the
existing values.
rules
- public DescribeManagedRuleGroupResult withRules(Collection<RuleSummary> rules)
rules
- public String toString()
toString
in class Object
Object.toString()
public DescribeManagedRuleGroupResult clone()