public class DeleteSecurityGroupRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteSecurityGroupRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getSecurityGroupId() |
void |
setSecurityGroupId(String securityGroupId) |
DeleteSecurityGroupRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
DeleteSecurityGroupRequest |
withSecurityGroupId(String securityGroupId)
Configure securityGroupId for the request.
|
getRequestCredentials, setRequestCredentialspublic String getSecurityGroupId()
public void setSecurityGroupId(String securityGroupId)
public DeleteSecurityGroupRequest withSecurityGroupId(String securityGroupId)
securityGroupId - The id of securitygroup.public DeleteSecurityGroupRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2022. All rights reserved.