public class DeleteFunctionRequest extends AmazonWebServiceRequest implements Serializable
DeleteFunction operation
.
Deletes the specified Lambda function code and configuration.
This operation requires permission for the
lambda:DeleteFunction
action.
NOOP
Constructor and Description |
---|
DeleteFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getFunctionName()
The Lambda function to delete.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The Lambda function to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteFunctionRequest |
withFunctionName(String functionName)
The Lambda function to delete.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getFunctionName()
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9-]+
public void setFunctionName(String functionName)
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9-]+
functionName
- The Lambda function to delete.public DeleteFunctionRequest withFunctionName(String functionName)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9-]+
functionName
- The Lambda function to delete.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.