Class ScheduleKeyDeletionRequest

    • Constructor Detail

      • ScheduleKeyDeletionRequest

        public ScheduleKeyDeletionRequest()
      • ScheduleKeyDeletionRequest

        public ScheduleKeyDeletionRequest​(ScheduleKeyDeletionRequest 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

      • getKeyId

        public String getKeyId()
        Get CMK的唯一标志
        Returns:
        KeyId CMK的唯一标志
      • setKeyId

        public void setKeyId​(String KeyId)
        Set CMK的唯一标志
        Parameters:
        KeyId - CMK的唯一标志
      • getPendingWindowInDays

        public Long getPendingWindowInDays()
        Get 计划删除时间区间[7,30]
        Returns:
        PendingWindowInDays 计划删除时间区间[7,30]
      • setPendingWindowInDays

        public void setPendingWindowInDays​(Long PendingWindowInDays)
        Set 计划删除时间区间[7,30]
        Parameters:
        PendingWindowInDays - 计划删除时间区间[7,30]