Class DescribeSgSnapshotFileContentRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DescribeSgSnapshotFileContentRequest
-
public class DescribeSgSnapshotFileContentRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSecurityGroupId()Get 安全组Id。StringgetSnapshotFileId()Get 快照文件Id。StringgetSnapshotPolicyId()Get 快照策略Id。voidsetSecurityGroupId(String SecurityGroupId)Set 安全组Id。voidsetSnapshotFileId(String SnapshotFileId)Set 快照文件Id。voidsetSnapshotPolicyId(String SnapshotPolicyId)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
-
DescribeSgSnapshotFileContentRequest
public DescribeSgSnapshotFileContentRequest()
-
DescribeSgSnapshotFileContentRequest
public 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.
-
-
Method Detail
-
getSnapshotPolicyId
public String getSnapshotPolicyId()
Get 快照策略Id。- Returns:
- SnapshotPolicyId 快照策略Id。
-
setSnapshotPolicyId
public void setSnapshotPolicyId(String SnapshotPolicyId)
Set 快照策略Id。- Parameters:
SnapshotPolicyId- 快照策略Id。
-
getSnapshotFileId
public String getSnapshotFileId()
Get 快照文件Id。- Returns:
- SnapshotFileId 快照文件Id。
-
setSnapshotFileId
public void setSnapshotFileId(String SnapshotFileId)
Set 快照文件Id。- Parameters:
SnapshotFileId- 快照文件Id。
-
getSecurityGroupId
public String getSecurityGroupId()
Get 安全组Id。- Returns:
- SecurityGroupId 安全组Id。
-
setSecurityGroupId
public void setSecurityGroupId(String SecurityGroupId)
Set 安全组Id。- Parameters:
SecurityGroupId- 安全组Id。
-
-