public class GetProvisionedConcurrencyConfigResponse extends AbstractModel
| Constructor and Description | 
|---|
| GetProvisionedConcurrencyConfigResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| VersionProvisionedConcurrencyInfo[] | getAllocated()Get Allocated provisioned concurrency amount of function. | 
| String | getRequestId()Get The unique request ID, which is returned for each request. | 
| Long | getUnallocatedConcurrencyNum()Get Unallocated provisioned concurrency amount of function. | 
| void | setAllocated(VersionProvisionedConcurrencyInfo[] Allocated)Set Allocated provisioned concurrency amount of function. | 
| void | setRequestId(String RequestId)Set The unique request ID, which is returned for each request. | 
| void | setUnallocatedConcurrencyNum(Long UnallocatedConcurrencyNum)Set Unallocated provisioned concurrency amount of function. | 
| 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 GetProvisionedConcurrencyConfigResponse()
public Long getUnallocatedConcurrencyNum()
public void setUnallocatedConcurrencyNum(Long UnallocatedConcurrencyNum)
UnallocatedConcurrencyNum - Unallocated provisioned concurrency amount of function.public VersionProvisionedConcurrencyInfo[] getAllocated()
public void setAllocated(VersionProvisionedConcurrencyInfo[] Allocated)
Allocated - Allocated provisioned concurrency amount of function.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 © 2021. All rights reserved.