public class GetAliasRequest extends AbstractModel
Constructor and Description |
---|
GetAliasRequest() |
GetAliasRequest(GetAliasRequest 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 函数名称
|
String |
getName()
Get 别名的名称
|
String |
getNamespace()
Get 函数所在的命名空间
|
void |
setFunctionName(String FunctionName)
Set 函数名称
|
void |
setName(String Name)
Set 别名的名称
|
void |
setNamespace(String Namespace)
Set 函数所在的命名空间
|
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 GetAliasRequest()
public GetAliasRequest(GetAliasRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- 函数名称public String getName()
public void setName(String Name)
Name
- 别名的名称public String getNamespace()
public void setNamespace(String Namespace)
Namespace
- 函数所在的命名空间Copyright © 2021. All rights reserved.