public class CreatePaiInstanceResponse extends AbstractModel
| Constructor and Description | 
|---|
| CreatePaiInstanceResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getInstanceIdSet()Get This parameter is returned when an instance is created via this API, representing one or more instance `IDs`. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| void | setInstanceIdSet(String[] InstanceIdSet)Set This parameter is returned when an instance is created via this API, representing one or more instance `IDs`. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String[] getInstanceIdSet()
public void setInstanceIdSet(String[] InstanceIdSet)
InstanceIdSet - This parameter is returned when an instance is created via this API, representing one or more instance `IDs`. The return of the instance `ID` list does not mean that the instance is created successfully. You can find out whether the instance is created by checking the status of the instance `ID` in the InstancesSet returned by the [DescribeInstances API](https://cloud.tencent.com/document/api/213/15728). If the status of the instance changes from "pending" to "running", the instance is created successfully.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 © 2020. All rights reserved.