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 Describes the instance refresh status. 
 | 
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 Describes the instance refresh status. 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 the instance is removed or terminated during refresh, the 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.public String getInstanceStatusMessage()
public void setInstanceStatusMessage(String InstanceStatusMessage)
InstanceStatusMessage - Describes the instance refresh status.Copyright © 2025. All rights reserved.