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 List of operation limits. 
 | 
String | 
getSnapshotId()
Get Snapshot ID. 
 | 
void | 
setDeniedActions(DeniedAction[] DeniedActions)
Set List of operation limits. 
 | 
void | 
setSnapshotId(String SnapshotId)
Set Snapshot 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, toJsonStringpublic SnapshotDeniedActions()
public SnapshotDeniedActions(SnapshotDeniedActions source)
public String getSnapshotId()
public void setSnapshotId(String SnapshotId)
SnapshotId - Snapshot ID.public DeniedAction[] getDeniedActions()
public void setDeniedActions(DeniedAction[] DeniedActions)
DeniedActions - List of operation limits.Copyright © 2025. All rights reserved.