public class DescribeSecurityGroupManagedRulesResponse extends AbstractModel
Constructor and Description |
---|
DescribeSecurityGroupManagedRulesResponse() |
DescribeSecurityGroupManagedRulesResponse(DescribeSecurityGroupManagedRulesResponse 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get The number of bot managed rules returned.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
Long |
getTotal()
Get The total number of rules.
|
WafGroupInfo |
getWafGroupInfo()
Get Details of the managed rule.
|
void |
setCount(Long Count)
Set The number of bot managed rules returned.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setTotal(Long Total)
Set The total number of rules.
|
void |
setWafGroupInfo(WafGroupInfo WafGroupInfo)
Set Details of the managed rule.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeSecurityGroupManagedRulesResponse()
public DescribeSecurityGroupManagedRulesResponse(DescribeSecurityGroupManagedRulesResponse source)
public Long getCount()
public void setCount(Long Count)
Count
- The number of bot managed rules returned.public Long getTotal()
public void setTotal(Long Total)
Total
- The total number of rules.public WafGroupInfo getWafGroupInfo()
public void setWafGroupInfo(WafGroupInfo WafGroupInfo)
WafGroupInfo
- Details of the managed rule.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2022. All rights reserved.