public class SnapshotDeniedActions extends AbstractModel
header, skipSign
Constructor and Description |
---|
SnapshotDeniedActions() |
SnapshotDeniedActions(SnapshotDeniedActions 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 |
---|---|
DeniedAction[] |
getDeniedActions()
Get 操作限制列表。
|
String |
getSnapshotId()
Get 快照 ID。
|
void |
setDeniedActions(DeniedAction[] DeniedActions)
Set 操作限制列表。
|
void |
setSnapshotId(String SnapshotId)
Set 快照 ID。
|
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, toJsonString
public SnapshotDeniedActions()
public SnapshotDeniedActions(SnapshotDeniedActions source)
public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId
- 快照 ID。public DeniedAction[] getDeniedActions()
public void setDeniedActions(DeniedAction[] DeniedActions)
DeniedActions
- 操作限制列表。Copyright © 2024. All rights reserved.