public class AddEnterpriseSecurityGroupRulesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AddEnterpriseSecurityGroupRulesRequest() | 
| AddEnterpriseSecurityGroupRulesRequest(AddEnterpriseSecurityGroupRulesRequest 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 | getClientToken()Get An identifier to ensure the idempotency of the request. | 
| SecurityGroupRule[] | getData()Get Creates rule data | 
| Long | getIsDelay()Get Indicates whether to delay publishing. | 
| Long | getType()Get Adding type. | 
| void | setClientToken(String ClientToken)Set An identifier to ensure the idempotency of the request. | 
| void | setData(SecurityGroupRule[] Data)Set Creates rule data | 
| void | setIsDelay(Long IsDelay)Set Indicates whether to delay publishing. | 
| void | setType(Long Type)Set Adding type. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AddEnterpriseSecurityGroupRulesRequest()
public AddEnterpriseSecurityGroupRulesRequest(AddEnterpriseSecurityGroupRulesRequest source)
public SecurityGroupRule[] getData()
public void setData(SecurityGroupRule[] Data)
Data - Creates rule datapublic Long getType()
public void setType(Long Type)
Type - Adding type. 0: add to the end; 1: add to the front; 2: insert. Default: 0public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken - An identifier to ensure the idempotency of the request. The value of the ClientToken parameter is a unique string that is generated by your client and can contain up to 64 ASCII characters in length.public Long getIsDelay()
public void setIsDelay(Long IsDelay)
IsDelay - Indicates whether to delay publishing. 1: delay; other values: do not delayCopyright © 2025. All rights reserved.