public class SecurityGroupRuleOperateRequest extends AbstractBceRequest
| Constructor and Description |
|---|
SecurityGroupRuleOperateRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
SecurityGroupRuleModel |
getRule() |
String |
getSecurityGroupId() |
Long |
getSgVersion() |
void |
setClientToken(String clientToken) |
void |
setRule(SecurityGroupRuleModel rule) |
void |
setSecurityGroupId(String securityGroupId) |
void |
setSgVersion(Long sgVersion) |
SecurityGroupRuleOperateRequest |
withClientToken(String clientToken) |
SecurityGroupRuleOperateRequest |
withRequestCredentials(BceCredentials credentials) |
SecurityGroupRuleOperateRequest |
withRule(SecurityGroupRuleModel rule) |
SecurityGroupRuleOperateRequest |
withSecurityGroupId(String securityGroupId) |
SecurityGroupRuleOperateRequest |
withSgVersion(Long sgVersion) |
getRequestCredentials, setRequestCredentialspublic String getClientToken()
public void setClientToken(String clientToken)
public SecurityGroupRuleOperateRequest withClientToken(String clientToken)
public String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
public SecurityGroupRuleOperateRequest withSecurityGroupId(String securityGroupId)
public Long getSgVersion()
public void setSgVersion(Long sgVersion)
public SecurityGroupRuleOperateRequest withSgVersion(Long sgVersion)
public SecurityGroupRuleModel getRule()
public void setRule(SecurityGroupRuleModel rule)
public SecurityGroupRuleOperateRequest withRule(SecurityGroupRuleModel rule)
public SecurityGroupRuleOperateRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2026. All rights reserved.