public class StartInstanceRefreshRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
StartInstanceRefreshRequest() |
StartInstanceRefreshRequest(StartInstanceRefreshRequest 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 |
getAutoScalingGroupId()
Get Scaling group ID.
|
String |
getRefreshMode()
Get Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET.
|
RefreshSettings |
getRefreshSettings()
Get Refresh settings.
|
void |
setAutoScalingGroupId(String AutoScalingGroupId)
Set Scaling group ID.
|
void |
setRefreshMode(String RefreshMode)
Set Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET.
|
void |
setRefreshSettings(RefreshSettings RefreshSettings)
Set Refresh settings.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StartInstanceRefreshRequest()
public StartInstanceRefreshRequest(StartInstanceRefreshRequest source)
public String getAutoScalingGroupId()
public void setAutoScalingGroupId(String AutoScalingGroupId)
AutoScalingGroupId
- Scaling group ID.public RefreshSettings getRefreshSettings()
public void setRefreshSettings(RefreshSettings RefreshSettings)
RefreshSettings
- Refresh settings.public String getRefreshMode()
public void setRefreshMode(String RefreshMode)
RefreshMode
- Refresh mode, currently, only rolling updates are supported, with the default value being ROLLING_UPDATE_RESET.Copyright © 2024. All rights reserved.