public class DescribeTimerScalingPoliciesRequest extends AbstractModel
Constructor and Description |
---|
DescribeTimerScalingPoliciesRequest() |
DescribeTimerScalingPoliciesRequest(DescribeTimerScalingPoliciesRequest 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 |
getBeginTime()
Get Start time of the scheduled scaling policy
|
String |
getEndTime()
Get End time of the scheduled scaling policy
|
String |
getFleetId()
Get ID of the fleet to be bound with the policy
|
Long |
getLimit()
Get Number of entries per page
|
Long |
getOffset()
Get Pagination offset
|
String |
getTimerName()
Get Scheduled scaling policy name
|
void |
setBeginTime(String BeginTime)
Set Start time of the scheduled scaling policy
|
void |
setEndTime(String EndTime)
Set End time of the scheduled scaling policy
|
void |
setFleetId(String FleetId)
Set ID of the fleet to be bound with the policy
|
void |
setLimit(Long Limit)
Set Number of entries per page
|
void |
setOffset(Long Offset)
Set Pagination offset
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeTimerScalingPoliciesRequest()
public DescribeTimerScalingPoliciesRequest(DescribeTimerScalingPoliciesRequest source)
public 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 namepublic String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- Start time of the scheduled scaling policypublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of the scheduled scaling policypublic Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination offsetpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of entries per pageCopyright © 2022. All rights reserved.