public class UpdateDeleteProtectRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UpdateDeleteProtectRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientToken() |
Boolean |
getDeleteProtect() |
String |
getNatId() |
void |
setClientToken(String clientToken) |
void |
setDeleteProtect(Boolean deleteProtect) |
void |
setNatId(String natId) |
UpdateDeleteProtectRequest |
withNatId(String natId)
Configure natId for the request.
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic UpdateDeleteProtectRequest withNatId(String natId)
natId - The id of the nat.public String getClientToken()
public void setClientToken(String clientToken)
public String getNatId()
public void setNatId(String natId)
public Boolean getDeleteProtect()
public void setDeleteProtect(Boolean deleteProtect)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2026. All rights reserved.