public class GetAliasRequest extends AbstractModel
header, skipSign| 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 Function name | 
| String | getName()Get Alias name | 
| String | getNamespace()Get Function namespace | 
| void | setFunctionName(String FunctionName)Set Function name | 
| void | setName(String Name)Set Alias name | 
| void | setNamespace(String Namespace)Set Function namespace | 
| 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, toJsonStringpublic GetAliasRequest()
public GetAliasRequest(GetAliasRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - Function namepublic String getName()
public void setName(String Name)
Name - Alias namepublic String getNamespace()
public void setNamespace(String Namespace)
Namespace - Function namespaceCopyright © 2024. All rights reserved.