public class DescribeSecurityGroupManagedRulesRequest extends AbstractModel
Constructor and Description |
---|
DescribeSecurityGroupManagedRulesRequest() |
DescribeSecurityGroupManagedRulesRequest(DescribeSecurityGroupManagedRulesRequest 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 |
---|---|
String |
getEntity()
Get 子域名/应用名。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。
|
Long |
getLimit()
Get 分页查询限制数目。默认值:20,最大值:1000。
|
Long |
getOffset()
Get 分页查询偏移量。默认值:0。
|
String |
getTemplateId()
Get 模板Id。当使用模板Id时可不填ZoneId和Entity,否则必须填写ZoneId和Entity。
|
String |
getZoneId()
Get 站点Id。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。
|
void |
setEntity(String Entity)
Set 子域名/应用名。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。
|
void |
setLimit(Long Limit)
Set 分页查询限制数目。默认值:20,最大值:1000。
|
void |
setOffset(Long Offset)
Set 分页查询偏移量。默认值:0。
|
void |
setTemplateId(String TemplateId)
Set 模板Id。当使用模板Id时可不填ZoneId和Entity,否则必须填写ZoneId和Entity。
|
void |
setZoneId(String ZoneId)
Set 站点Id。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。
|
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 DescribeSecurityGroupManagedRulesRequest()
public DescribeSecurityGroupManagedRulesRequest(DescribeSecurityGroupManagedRulesRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点Id。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。public String getEntity()
public void setEntity(String Entity)
Entity
- 子域名/应用名。当使用ZoneId和Entity时可不填写TemplateId,否则必须填写TemplateId。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页查询偏移量。默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页查询限制数目。默认值:20,最大值:1000。public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 模板Id。当使用模板Id时可不填ZoneId和Entity,否则必须填写ZoneId和Entity。Copyright © 2022. All rights reserved.