Class DescribeSnapshotAttachedInstancesRequest


  • public class DescribeSnapshotAttachedInstancesRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeSnapshotAttachedInstancesRequest

        public DescribeSnapshotAttachedInstancesRequest()
      • DescribeSnapshotAttachedInstancesRequest

        public DescribeSnapshotAttachedInstancesRequest​(DescribeSnapshotAttachedInstancesRequest 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。
      • getFilters

        public Filter[] getFilters()
        Get 过滤条件。 支持的过滤条件如下:
      • instance-id:实例ID。
      • instance-region:实例所在地域。
Returns:
Filters 过滤条件。 支持的过滤条件如下:
  • instance-id:实例ID。
  • instance-region:实例所在地域。
  • Parameters:
    Filters - 过滤条件。 支持的过滤条件如下:
  • instance-id:实例ID。
  • instance-region:实例所在地域。