public class DescribeSgSnapshotFileContentRequest extends AbstractModel
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 Security group ID
|
String |
getSnapshotFileId()
Get Snapshot file ID
|
String |
getSnapshotPolicyId()
Get Snapshot policy IDs
|
void |
setSecurityGroupId(String SecurityGroupId)
Set Security group ID
|
void |
setSnapshotFileId(String SnapshotFileId)
Set Snapshot file ID
|
void |
setSnapshotPolicyId(String SnapshotPolicyId)
Set Snapshot policy IDs
|
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 DescribeSgSnapshotFileContentRequest()
public DescribeSgSnapshotFileContentRequest(DescribeSgSnapshotFileContentRequest source)
public String getSnapshotPolicyId()
public void setSnapshotPolicyId(String SnapshotPolicyId)
SnapshotPolicyId
- Snapshot policy IDspublic String getSnapshotFileId()
public void setSnapshotFileId(String SnapshotFileId)
SnapshotFileId
- Snapshot file IDpublic String getSecurityGroupId()
public void setSecurityGroupId(String SecurityGroupId)
SecurityGroupId
- Security group IDCopyright © 2023. All rights reserved.