public class UpdateDeleteProtectRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UpdateDeleteProtectRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
Boolean |
getDeleteProtect() |
String |
getGatewayId() |
void |
setClientToken(String clientToken) |
void |
setDeleteProtect(Boolean deleteProtect) |
void |
setGatewayId(String gatewayId) |
UpdateDeleteProtectRequest |
withClientToken(String clientToken)
Configure clientToken for the request.
|
UpdateDeleteProtectRequest |
withDeleteProtect(Boolean deleteProtect)
Configure deleteProtect for the request.
|
UpdateDeleteProtectRequest |
withGatewayId(String gatewayId)
Configure gatewayId for the request.
|
UpdateDeleteProtectRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getGatewayId()
public void setGatewayId(String gatewayId)
public Boolean getDeleteProtect()
public void setDeleteProtect(Boolean deleteProtect)
public String getClientToken()
public void setClientToken(String clientToken)
public UpdateDeleteProtectRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic UpdateDeleteProtectRequest withGatewayId(String gatewayId)
gatewayId - The gatewayId of Ipv6Gatewaypublic UpdateDeleteProtectRequest withDeleteProtect(Boolean deleteProtect)
deleteProtect - Whether to enable delete protectionpublic UpdateDeleteProtectRequest withClientToken(String clientToken)
clientToken - The clientTokenCopyright © 2026. All rights reserved.