public class AddExistedInstancesResponse extends AbstractModel
header, skipSign
Constructor and Description |
---|
AddExistedInstancesResponse() |
AddExistedInstancesResponse(AddExistedInstancesResponse 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[] |
getFailedInstanceIds()
Get IDs of failed nodes
Note: This field may return null, indicating that no valid value was found.
|
String[] |
getFailedReasons()
Get Causes of the failure to add a node to a cluster
Note: this field may return `null`, indicating that no valid value is obtained.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String[] |
getSuccInstanceIds()
Get IDs of successful nodes
Note: This field may return null, indicating that no valid value was found.
|
String[] |
getTimeoutInstanceIds()
Get IDs of (successful or failed) nodes that timed out
Note: This field may return null, indicating that no valid value was found.
|
void |
setFailedInstanceIds(String[] FailedInstanceIds)
Set IDs of failed nodes
Note: This field may return null, indicating that no valid value was found.
|
void |
setFailedReasons(String[] FailedReasons)
Set Causes of the failure to add a node to a cluster
Note: this field may return `null`, indicating that no valid value is obtained.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSuccInstanceIds(String[] SuccInstanceIds)
Set IDs of successful nodes
Note: This field may return null, indicating that no valid value was found.
|
void |
setTimeoutInstanceIds(String[] TimeoutInstanceIds)
Set IDs of (successful or failed) nodes that timed out
Note: This field may return null, indicating that no valid value was found.
|
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 AddExistedInstancesResponse()
public AddExistedInstancesResponse(AddExistedInstancesResponse source)
public String[] getFailedInstanceIds()
public void setFailedInstanceIds(String[] FailedInstanceIds)
FailedInstanceIds
- IDs of failed nodes
Note: This field may return null, indicating that no valid value was found.public String[] getSuccInstanceIds()
public void setSuccInstanceIds(String[] SuccInstanceIds)
SuccInstanceIds
- IDs of successful nodes
Note: This field may return null, indicating that no valid value was found.public String[] getTimeoutInstanceIds()
public void setTimeoutInstanceIds(String[] TimeoutInstanceIds)
TimeoutInstanceIds
- IDs of (successful or failed) nodes that timed out
Note: This field may return null, indicating that no valid value was found.public String[] getFailedReasons()
public void setFailedReasons(String[] FailedReasons)
FailedReasons
- Causes of the failure to add a node to a cluster
Note: this field may return `null`, indicating that no valid value is obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2024. All rights reserved.