public class UpdateFunctionCodeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UpdateFunctionCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDryRun()
Get the dryrun
|
String |
getFunctionName()
Get the function name
|
boolean |
getPublish()
Get the publish
|
String |
getZipFile()
Get the function code zip
|
void |
setDryRun(boolean dryRun)
Set the dryrun
|
void |
setFunctionName(String functionName)
Set the function name
|
void |
setPublish(boolean publish)
Set the publish
|
void |
setZipFile(String zipFile)
Set the function code zip
|
String |
toString()
(non-Javadoc)
|
UpdateFunctionCodeRequest |
withDryRun(boolean dryRun) |
UpdateFunctionCodeRequest |
withFunctionName(String functionName) |
UpdateFunctionCodeRequest |
withPublish(boolean publish) |
UpdateFunctionCodeRequest |
withRequestCredentials(BceCredentials credentials) |
UpdateFunctionCodeRequest |
withZipFile(String zipFile) |
getRequestCredentials, setRequestCredentialspublic String getFunctionName()
public void setFunctionName(String functionName)
functionName - The function namepublic String getZipFile()
public void setZipFile(String zipFile)
zipFile - The function code zippublic boolean getPublish()
public void setPublish(boolean publish)
publish - The publishpublic boolean getDryRun()
public void setDryRun(boolean dryRun)
dryRun - The dryrunpublic UpdateFunctionCodeRequest withFunctionName(String functionName)
public UpdateFunctionCodeRequest withZipFile(String zipFile)
public UpdateFunctionCodeRequest withPublish(boolean publish)
public UpdateFunctionCodeRequest withDryRun(boolean dryRun)
public UpdateFunctionCodeRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String toString()
toString in class ObjectObject.toString()Copyright © 2022. All rights reserved.