public class DeleteTimerScalingPolicyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
DeleteTimerScalingPolicyRequest()  | 
DeleteTimerScalingPolicyRequest(DeleteTimerScalingPolicyRequest 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 | 
|---|---|
String | 
getFleetId()
Get ID of the fleet to be bound with the policy 
 | 
String | 
getTimerId()
Get Unique ID of the policy 
 | 
String | 
getTimerName()
Get Scheduled scaling policy name 
 | 
void | 
setFleetId(String FleetId)
Set ID of the fleet to be bound with the policy 
 | 
void | 
setTimerId(String TimerId)
Set Unique ID of the policy 
 | 
void | 
setTimerName(String TimerName)
Set Scheduled scaling policy name 
 | 
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 DeleteTimerScalingPolicyRequest()
public DeleteTimerScalingPolicyRequest(DeleteTimerScalingPolicyRequest source)
public String getTimerId()
public void setTimerId(String TimerId)
TimerId - Unique ID of the policypublic String getFleetId()
public void setFleetId(String FleetId)
FleetId - ID of the fleet to be bound with the policypublic String getTimerName()
public void setTimerName(String TimerName)
TimerName - Scheduled scaling policy nameCopyright © 2025. All rights reserved.