Class UpdateRotationStatusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ssm.v20190923.models.UpdateRotationStatusRequest
-
public class UpdateRotationStatusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetEnableRotation()Get 是否开启轮转。 true -- 开启轮转; false -- 禁止轮转。LonggetFrequency()Get 轮转周期,以天为单位,最小为30天,最大为365天。StringgetRotationBeginTime()Get 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。 当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。StringgetSecretName()Get 云产品凭据名称。voidsetEnableRotation(Boolean EnableRotation)Set 是否开启轮转。 true -- 开启轮转; false -- 禁止轮转。voidsetFrequency(Long Frequency)Set 轮转周期,以天为单位,最小为30天,最大为365天。voidsetRotationBeginTime(String RotationBeginTime)Set 用户设置的期望开始轮转时间,格式为:2006-01-02 15:04:05。 当EnableRotation为true时,如果不填RotationBeginTime,则默认填充为当前时间。voidsetSecretName(String SecretName)Set 云产品凭据名称。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
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,则默认填充为当前时间。
-
-