public class DescribeSecurityPolicyRequest extends AbstractModel
| Constructor and Description | 
|---|
| DescribeSecurityPolicyRequest() | 
| DescribeSecurityPolicyRequest(DescribeSecurityPolicyRequest 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 | 
|---|---|
| String | getEntity()Get Second-level domain name | 
| String | getZoneId()Get Top-level domain name | 
| void | setEntity(String Entity)Set Second-level domain name | 
| void | setZoneId(String ZoneId)Set Top-level domain name | 
| 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 DescribeSecurityPolicyRequest()
public DescribeSecurityPolicyRequest(DescribeSecurityPolicyRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId - Top-level domain namepublic String getEntity()
public void setEntity(String Entity)
Entity - Second-level domain nameCopyright © 2023. All rights reserved.