public class CreatePolicyVersionRequest extends AbstractModel
Constructor and Description |
---|
CreatePolicyVersionRequest() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.