public class DescribeSgSnapshotFileContentRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSgSnapshotFileContentRequest() |
DescribeSgSnapshotFileContentRequest(DescribeSgSnapshotFileContentRequest 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 |
getSecurityGroupId()
Get 安全组Id。
|
String |
getSnapshotFileId()
Get 快照文件Id。
|
String |
getSnapshotPolicyId()
Get 快照策略Id。
|
void |
setSecurityGroupId(String SecurityGroupId)
Set 安全组Id。
|
void |
setSnapshotFileId(String SnapshotFileId)
Set 快照文件Id。
|
void |
setSnapshotPolicyId(String SnapshotPolicyId)
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 DescribeSgSnapshotFileContentRequest()
public DescribeSgSnapshotFileContentRequest(DescribeSgSnapshotFileContentRequest source)
public String getSnapshotPolicyId()
public void setSnapshotPolicyId(String SnapshotPolicyId)
SnapshotPolicyId
- 快照策略Id。public String getSnapshotFileId()
public void setSnapshotFileId(String SnapshotFileId)
SnapshotFileId
- 快照文件Id。public String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- 安全组Id。Copyright © 2024. All rights reserved.