public class GetProvisionedConcurrencyConfigRequest extends AbstractModel
Constructor and Description |
---|
GetProvisionedConcurrencyConfigRequest() |
GetProvisionedConcurrencyConfigRequest(GetProvisionedConcurrencyConfigRequest 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 |
getFunctionName()
Get Name of the function for which to get the provisioned concurrency details.
|
String |
getNamespace()
Get Function namespace.
|
String |
getQualifier()
Get Function version number.
|
void |
setFunctionName(String FunctionName)
Set Name of the function for which to get the provisioned concurrency details.
|
void |
setNamespace(String Namespace)
Set Function namespace.
|
void |
setQualifier(String Qualifier)
Set Function version number.
|
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, toJsonString
public GetProvisionedConcurrencyConfigRequest()
public GetProvisionedConcurrencyConfigRequest(GetProvisionedConcurrencyConfigRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Name of the function for which to get the provisioned concurrency details.public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Function namespace. Default value: default.public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier
- Function version number. If this parameter is left empty, the provisioned concurrency information of all function versions will be returned.Copyright © 2023. All rights reserved.