public class AddEnterpriseSecurityGroupRulesRequest extends AbstractModel
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 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。
|
SecurityGroupRule[] |
getData()
Get 创建规则数据
|
Long |
getIsDelay()
Get 是否延迟下发,1则延迟下发,否则立即下发
|
Long |
getType()
Get 添加类型,0:添加到最后,1:添加到最前;2:中间插入;默认0添加到最后
|
void |
setClientToken(String ClientToken)
Set 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。
|
void |
setData(SecurityGroupRule[] Data)
Set 创建规则数据
|
void |
setIsDelay(Long IsDelay)
Set 是否延迟下发,1则延迟下发,否则立即下发
|
void |
setType(Long Type)
Set 添加类型,0:添加到最后,1:添加到最前;2:中间插入;默认0添加到最后
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AddEnterpriseSecurityGroupRulesRequest()
public AddEnterpriseSecurityGroupRulesRequest(AddEnterpriseSecurityGroupRulesRequest source)
public SecurityGroupRule[] getData()
public void setData(SecurityGroupRule[] Data)
Data
- 创建规则数据public Long getType()
public void setType(Long Type)
Type
- 添加类型,0:添加到最后,1:添加到最前;2:中间插入;默认0添加到最后public String getClientToken()
public void setClientToken(String ClientToken)
ClientToken
- 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。public Long getIsDelay()
public void setIsDelay(Long IsDelay)
IsDelay
- 是否延迟下发,1则延迟下发,否则立即下发Copyright © 2023. All rights reserved.