public class DeleteSecurityPolicyRequest extends AbstractModel
| Constructor and Description | 
|---|
| DeleteSecurityPolicyRequest() | 
| DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getPolicyIndex()Get Allowlist ID | 
| String | getPolicyVersion()Get Allowlist version | 
| String | getRegistryId()Get Instance ID | 
| void | setPolicyIndex(Long PolicyIndex)Set Allowlist ID | 
| void | setPolicyVersion(String PolicyVersion)Set Allowlist version | 
| void | setRegistryId(String RegistryId)Set Instance ID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeleteSecurityPolicyRequest()
public DeleteSecurityPolicyRequest(DeleteSecurityPolicyRequest source)
public String getRegistryId()
public void setRegistryId(String RegistryId)
RegistryId - Instance IDpublic Long getPolicyIndex()
public void setPolicyIndex(Long PolicyIndex)
PolicyIndex - Allowlist IDpublic String getPolicyVersion()
public void setPolicyVersion(String PolicyVersion)
PolicyVersion - Allowlist versionCopyright © 2022. All rights reserved.