Class DescribeSnapshotSharePermissionRequest


  • public class DescribeSnapshotSharePermissionRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeSnapshotSharePermissionRequest

        public DescribeSnapshotSharePermissionRequest()
      • DescribeSnapshotSharePermissionRequest

        public DescribeSnapshotSharePermissionRequest​(DescribeSnapshotSharePermissionRequest 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。可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。
        Returns:
        SnapshotId 要查询快照的ID。可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。
      • setSnapshotId

        public void setSnapshotId​(String SnapshotId)
        Set 要查询快照的ID。可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。
        Parameters:
        SnapshotId - 要查询快照的ID。可通过[DescribeSnapshots](https://cloud.tencent.com/document/api/362/15647)查询获取。