public class UpdateSecurityPolicyRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UpdateSecurityPolicyRequest() |
| Modifier and Type | Method and Description |
|---|---|
AntiLeech |
getAntiLeech() |
Auth |
getAuth() |
Encryption |
getEncryption() |
String |
getName() |
void |
setAntiLeech(AntiLeech antiLeech) |
void |
setAuth(Auth auth) |
void |
setEncryption(Encryption encryption) |
void |
setName(String name) |
String |
toString() |
UpdateSecurityPolicyRequest |
withAntiLeech(AntiLeech antiLeech) |
UpdateSecurityPolicyRequest |
withAuth(Auth auth) |
UpdateSecurityPolicyRequest |
withEncryption(Encryption encryption) |
UpdateSecurityPolicyRequest |
withName(String name) |
UpdateSecurityPolicyRequest |
withRequestCredentials(BceCredentials credentials) |
getRequestCredentials, setRequestCredentialspublic String getName()
public void setName(String name)
public UpdateSecurityPolicyRequest withName(String name)
public Auth getAuth()
public void setAuth(Auth auth)
public UpdateSecurityPolicyRequest withAuth(Auth auth)
public AntiLeech getAntiLeech()
public void setAntiLeech(AntiLeech antiLeech)
public UpdateSecurityPolicyRequest withAntiLeech(AntiLeech antiLeech)
public Encryption getEncryption()
public void setEncryption(Encryption encryption)
public UpdateSecurityPolicyRequest withEncryption(Encryption encryption)
public UpdateSecurityPolicyRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2022. All rights reserved.