类 UpdateFunctionCodeRequest


  • public class UpdateFunctionCodeRequest
    extends AbstractBceRequest
    Request object for updating the CFC function code
    • 构造器详细资料

      • UpdateFunctionCodeRequest

        public UpdateFunctionCodeRequest()
    • 方法详细资料

      • getFunctionName

        public String getFunctionName()
        Get the function name
        返回:
        The function name
      • setFunctionName

        public void setFunctionName​(String functionName)
        Set the function name
        参数:
        functionName - The function name
      • getZipFile

        public String getZipFile()
        Get the function code zip
        返回:
        The function code zip
      • setZipFile

        public void setZipFile​(String zipFile)
        Set the function code zip
        参数:
        zipFile - The function code zip
      • getPublish

        public boolean getPublish()
        Get the publish
        返回:
        The publish
      • setPublish

        public void setPublish​(boolean publish)
        Set the publish
        参数:
        publish - The publish
      • getDryRun

        public boolean getDryRun()
        Get the dryrun
        返回:
        The dryrun
      • setDryRun

        public void setDryRun​(boolean dryRun)
        Set the dryrun
        参数:
        dryRun - The dryrun