public class RollbackInstanceRefreshRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
RollbackInstanceRefreshRequest() |
RollbackInstanceRefreshRequest(RollbackInstanceRefreshRequest 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 |
getOriginRefreshActivityId()
Get Original refresh activity 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 |
setOriginRefreshActivityId(String OriginRefreshActivityId)
Set Original refresh activity 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 RollbackInstanceRefreshRequest()
public RollbackInstanceRefreshRequest(RollbackInstanceRefreshRequest 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 getOriginRefreshActivityId()
public void setOriginRefreshActivityId(String OriginRefreshActivityId)
OriginRefreshActivityId
- Original refresh activity ID.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.