Class SnapshotDeniedActions
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.lighthouse.v20200324.models.SnapshotDeniedActions
-
public class SnapshotDeniedActions extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeniedAction[]getDeniedActions()Get 操作限制列表。StringgetSnapshotId()Get 快照 ID。voidsetDeniedActions(DeniedAction[] DeniedActions)Set 操作限制列表。voidsetSnapshotId(String SnapshotId)Set 快照 ID。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SnapshotDeniedActions
public SnapshotDeniedActions()
-
SnapshotDeniedActions
public 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.
-
-
Method Detail
-
getSnapshotId
public String getSnapshotId()
Get 快照 ID。- Returns:
- SnapshotId 快照 ID。
-
setSnapshotId
public void setSnapshotId(String SnapshotId)
Set 快照 ID。- Parameters:
SnapshotId- 快照 ID。
-
getDeniedActions
public DeniedAction[] getDeniedActions()
Get 操作限制列表。- Returns:
- DeniedActions 操作限制列表。
-
setDeniedActions
public void setDeniedActions(DeniedAction[] DeniedActions)
Set 操作限制列表。- Parameters:
DeniedActions- 操作限制列表。
-
-