public class RefreshBatchRelatedInstance extends AbstractModel
header, skipSign
Constructor and Description |
---|
RefreshBatchRelatedInstance() |
RefreshBatchRelatedInstance(RefreshBatchRelatedInstance 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 |
getInstanceId()
Get Instance ID.
|
String |
getInstanceStatus()
Get Refresh instance status.
|
String |
getInstanceStatusMessage()
Get Instance refresh status information.
|
String |
getLastActivityId()
Get The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities API.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setInstanceStatus(String InstanceStatus)
Set Refresh instance status.
|
void |
setInstanceStatusMessage(String InstanceStatusMessage)
Set Instance refresh status information.
|
void |
setLastActivityId(String LastActivityId)
Set The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities API.
|
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 RefreshBatchRelatedInstance()
public RefreshBatchRelatedInstance(RefreshBatchRelatedInstance source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getInstanceStatus()
public void setInstanceStatus(String InstanceStatus)
InstanceStatus
- Refresh instance status. If an instance is removed or destroyed during the refresh process, its status will be updated to NOT_FOUND. Valid values: public String getLastActivityId()
public void setLastActivityId(String LastActivityId)
LastActivityId
- The most recent scaling activity ID during instance refresh can be queried via the DescribeAutoScalingActivities API.
Please note that scaling activities differ from instance refresh activities; a single instance refresh activity may involve multiple scaling activities.
Note: This field may return null, indicating that no valid value can be obtained.public String getInstanceStatusMessage()
public void setInstanceStatusMessage(String InstanceStatusMessage)
InstanceStatusMessage
- Instance refresh status information.
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2024. All rights reserved.