Package com.volcengine.cdn.model
Class UpdateSharedConfigRequest
- java.lang.Object
-
- com.volcengine.cdn.model.UpdateSharedConfigRequest
-
public class UpdateSharedConfigRequest extends Object
UpdateSharedConfigRequest
-
-
Constructor Summary
Constructors Constructor Description UpdateSharedConfigRequest()
-
Method Summary
-
-
-
Method Detail
-
allowIpAccessRule
public UpdateSharedConfigRequest allowIpAccessRule(AllowIpAccessRuleForUpdateSharedConfigInput allowIpAccessRule)
-
getAllowIpAccessRule
@Valid public @Valid AllowIpAccessRuleForUpdateSharedConfigInput getAllowIpAccessRule()
Get allowIpAccessRule- Returns:
- allowIpAccessRule
-
setAllowIpAccessRule
public void setAllowIpAccessRule(AllowIpAccessRuleForUpdateSharedConfigInput allowIpAccessRule)
-
allowRefererAccessRule
public UpdateSharedConfigRequest allowRefererAccessRule(AllowRefererAccessRuleForUpdateSharedConfigInput allowRefererAccessRule)
-
getAllowRefererAccessRule
@Valid public @Valid AllowRefererAccessRuleForUpdateSharedConfigInput getAllowRefererAccessRule()
Get allowRefererAccessRule- Returns:
- allowRefererAccessRule
-
setAllowRefererAccessRule
public void setAllowRefererAccessRule(AllowRefererAccessRuleForUpdateSharedConfigInput allowRefererAccessRule)
-
commonMatchList
public UpdateSharedConfigRequest commonMatchList(CommonMatchListForUpdateSharedConfigInput commonMatchList)
-
getCommonMatchList
@Valid public @Valid CommonMatchListForUpdateSharedConfigInput getCommonMatchList()
Get commonMatchList- Returns:
- commonMatchList
-
setCommonMatchList
public void setCommonMatchList(CommonMatchListForUpdateSharedConfigInput commonMatchList)
-
configName
public UpdateSharedConfigRequest configName(String configName)
-
getConfigName
@NotNull public @NotNull String getConfigName()
Get configName- Returns:
- configName
-
setConfigName
public void setConfigName(String configName)
-
denyIpAccessRule
public UpdateSharedConfigRequest denyIpAccessRule(DenyIpAccessRuleForUpdateSharedConfigInput denyIpAccessRule)
-
getDenyIpAccessRule
@Valid public @Valid DenyIpAccessRuleForUpdateSharedConfigInput getDenyIpAccessRule()
Get denyIpAccessRule- Returns:
- denyIpAccessRule
-
setDenyIpAccessRule
public void setDenyIpAccessRule(DenyIpAccessRuleForUpdateSharedConfigInput denyIpAccessRule)
-
denyRefererAccessRule
public UpdateSharedConfigRequest denyRefererAccessRule(DenyRefererAccessRuleForUpdateSharedConfigInput denyRefererAccessRule)
-
getDenyRefererAccessRule
@Valid public @Valid DenyRefererAccessRuleForUpdateSharedConfigInput getDenyRefererAccessRule()
Get denyRefererAccessRule- Returns:
- denyRefererAccessRule
-
setDenyRefererAccessRule
public void setDenyRefererAccessRule(DenyRefererAccessRuleForUpdateSharedConfigInput denyRefererAccessRule)
-
-