Class UpdateRotationStatusRequest

    • Constructor Detail

      • UpdateRotationStatusRequest

        public UpdateRotationStatusRequest()
      • UpdateRotationStatusRequest

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

      • getSecretName

        public String getSecretName()
        Get 云产品凭据名称。
        Returns:
        SecretName 云产品凭据名称。
      • setSecretName

        public void setSecretName​(String SecretName)
        Set 云产品凭据名称。
        Parameters:
        SecretName - 云产品凭据名称。
      • getEnableRotation

        public Boolean getEnableRotation()
        Get 是否开启轮转。 true -- 开启轮转; false -- 禁止轮转。
        Returns:
        EnableRotation 是否开启轮转。 true -- 开启轮转; false -- 禁止轮转。
      • setEnableRotation

        public void setEnableRotation​(Boolean EnableRotation)
        Set 是否开启轮转。 true -- 开启轮转; false -- 禁止轮转。
        Parameters:
        EnableRotation - 是否开启轮转。 true -- 开启轮转; false -- 禁止轮转。
      • getFrequency

        public Long getFrequency()
        Get 轮转周期,以天为单位,最小为30天,最大为365天。
        Returns:
        Frequency 轮转周期,以天为单位,最小为30天,最大为365天。
      • setFrequency

        public void setFrequency​(Long Frequency)
        Set 轮转周期,以天为单位,最小为30天,最大为365天。
        Parameters:
        Frequency - 轮转周期,以天为单位,最小为30天,最大为365天。
      • getRotationBeginTime

        public String getRotationBeginTime()
        Get 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。 当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。
        Returns:
        RotationBeginTime 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。 当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。
      • setRotationBeginTime

        public void setRotationBeginTime​(String RotationBeginTime)
        Set 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。 当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。
        Parameters:
        RotationBeginTime - 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。 当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。