public class UpdateRotationStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UpdateRotationStatusRequest() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Boolean | getEnableRotation()Get 是否开启轮转。
true -- 开启轮转;
false -- 禁止轮转。 | 
| Long | getFrequency()Get 轮转周期,以天为单位,最小为30天,最大为365天。 | 
| String | getRotationBeginTime()Get 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。
当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。 | 
| String | getSecretName()Get 云产品凭据名称。 | 
| void | setEnableRotation(Boolean EnableRotation)Set 是否开启轮转。
true -- 开启轮转;
false -- 禁止轮转。 | 
| void | setFrequency(Long Frequency)Set 轮转周期,以天为单位,最小为30天,最大为365天。 | 
| void | setRotationBeginTime(String RotationBeginTime)Set 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。
当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。 | 
| void | setSecretName(String SecretName)Set 云产品凭据名称。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UpdateRotationStatusRequest()
public UpdateRotationStatusRequest(UpdateRotationStatusRequest source)
public String getSecretName()
public void setSecretName(String SecretName)
SecretName - 云产品凭据名称。public Boolean getEnableRotation()
public void setEnableRotation(Boolean EnableRotation)
EnableRotation - 是否开启轮转。
true -- 开启轮转;
false -- 禁止轮转。public Long getFrequency()
public void setFrequency(Long Frequency)
Frequency - 轮转周期,以天为单位,最小为30天,最大为365天。public String getRotationBeginTime()
public void setRotationBeginTime(String RotationBeginTime)
RotationBeginTime - 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。
当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。Copyright © 2025. All rights reserved.