Package com.volcengine.cdn.model
Class RemoteAuthRuleActionForUpdateCdnConfigInput
- java.lang.Object
-
- com.volcengine.cdn.model.RemoteAuthRuleActionForUpdateCdnConfigInput
-
public class RemoteAuthRuleActionForUpdateCdnConfigInput extends Object
RemoteAuthRuleActionForUpdateCdnConfigInput
-
-
Constructor Summary
Constructors Constructor Description RemoteAuthRuleActionForUpdateCdnConfigInput()
-
Method Summary
-
-
-
Method Detail
-
authModeConfig
public RemoteAuthRuleActionForUpdateCdnConfigInput authModeConfig(AuthModeConfigForUpdateCdnConfigInput authModeConfig)
-
getAuthModeConfig
@Valid public @Valid AuthModeConfigForUpdateCdnConfigInput getAuthModeConfig()
Get authModeConfig- Returns:
- authModeConfig
-
setAuthModeConfig
public void setAuthModeConfig(AuthModeConfigForUpdateCdnConfigInput authModeConfig)
-
authResponseConfig
public RemoteAuthRuleActionForUpdateCdnConfigInput authResponseConfig(AuthResponseConfigForUpdateCdnConfigInput authResponseConfig)
-
getAuthResponseConfig
@Valid public @Valid AuthResponseConfigForUpdateCdnConfigInput getAuthResponseConfig()
Get authResponseConfig- Returns:
- authResponseConfig
-
setAuthResponseConfig
public void setAuthResponseConfig(AuthResponseConfigForUpdateCdnConfigInput authResponseConfig)
-
queryStringRules
public RemoteAuthRuleActionForUpdateCdnConfigInput queryStringRules(QueryStringRulesForUpdateCdnConfigInput queryStringRules)
-
getQueryStringRules
@Valid public @Valid QueryStringRulesForUpdateCdnConfigInput getQueryStringRules()
Get queryStringRules- Returns:
- queryStringRules
-
setQueryStringRules
public void setQueryStringRules(QueryStringRulesForUpdateCdnConfigInput queryStringRules)
-
requestBodyRules
public RemoteAuthRuleActionForUpdateCdnConfigInput requestBodyRules(String requestBodyRules)
-
getRequestBodyRules
public String getRequestBodyRules()
Get requestBodyRules- Returns:
- requestBodyRules
-
setRequestBodyRules
public void setRequestBodyRules(String requestBodyRules)
-
requestHeaderRules
public RemoteAuthRuleActionForUpdateCdnConfigInput requestHeaderRules(RequestHeaderRulesForUpdateCdnConfigInput requestHeaderRules)
-
getRequestHeaderRules
@Valid public @Valid RequestHeaderRulesForUpdateCdnConfigInput getRequestHeaderRules()
Get requestHeaderRules- Returns:
- requestHeaderRules
-
setRequestHeaderRules
public void setRequestHeaderRules(RequestHeaderRulesForUpdateCdnConfigInput requestHeaderRules)
-
-