public class CreatePolicyVersionRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreatePolicyVersionRequest() | 
| CreatePolicyVersionRequest(CreatePolicyVersionRequest 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 | getPolicyDocument()Get 策略文本信息 | 
| Long | getPolicyId()Get 策略ID | 
| Boolean | getSetAsDefault()Get 是否设置为当前策略的版本 | 
| void | setPolicyDocument(String PolicyDocument)Set 策略文本信息 | 
| void | setPolicyId(Long PolicyId)Set 策略ID | 
| void | setSetAsDefault(Boolean SetAsDefault)Set 是否设置为当前策略的版本 | 
| 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 CreatePolicyVersionRequest()
public CreatePolicyVersionRequest(CreatePolicyVersionRequest source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - 策略IDpublic String getPolicyDocument()
public void setPolicyDocument(String PolicyDocument)
PolicyDocument - 策略文本信息public Boolean getSetAsDefault()
public void setSetAsDefault(Boolean SetAsDefault)
SetAsDefault - 是否设置为当前策略的版本Copyright © 2025. All rights reserved.