public class PublishVersionRequest extends AbstractModel
Constructor and Description |
---|
PublishVersionRequest() |
PublishVersionRequest(PublishVersionRequest 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 |
getDescription()
Get Function description
|
String |
getFunctionName()
Get Name of the released function
|
String |
getNamespace()
Get Function namespace
|
void |
setDescription(String Description)
Set Function description
|
void |
setFunctionName(String FunctionName)
Set Name of the released function
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PublishVersionRequest()
public PublishVersionRequest(PublishVersionRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Name of the released functionpublic String getDescription()
public void setDescription(String Description)
Description
- Function descriptionpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Function namespaceCopyright © 2023. All rights reserved.