public class DescribeSecurityTemplateBindingsResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityTemplateBindingsResponse() |
DescribeSecurityTemplateBindingsResponse(DescribeSecurityTemplateBindingsResponse 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 |
getRequestId()
Get The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
SecurityTemplateBinding[] |
getSecurityTemplate()
Get Bindings of the specified policy template.
|
void |
setRequestId(String RequestId)
Set The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId).
|
void |
setSecurityTemplate(SecurityTemplateBinding[] SecurityTemplate)
Set Bindings of the specified policy template.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSecurityTemplateBindingsResponse()
public DescribeSecurityTemplateBindingsResponse(DescribeSecurityTemplateBindingsResponse source)
public SecurityTemplateBinding[] getSecurityTemplate()
public void setSecurityTemplate(SecurityTemplateBinding[] SecurityTemplate)
SecurityTemplate
- Bindings of the specified policy template.
When a domain name of a site is bound with the specified policy template, `TemplateScope` includes the `ZoneId` of the related site and the bindings of the domain name.
Note: If the template is not bound with any domain name, and there is not any existing binding, `TemplateScope=0` is returned.
In the binding list, the same domain name may appear repeatedly in the `EntityStatus` list with different `Status`. For example, when a domain name is being bound to another policy template, it's marked both `online` and `pending`.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.Copyright © 2024. All rights reserved.