public class GetFunctionConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetFunctionConfiguration operation
.
Returns the configuration information of the Lambda function. This the same information you provided as parameters when uploading the function by using UploadFunction.
This operation requires permission for the
lambda:GetFunctionConfiguration
operation.
NOOP
Constructor and Description |
---|
GetFunctionConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
GetFunctionConfigurationRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFunctionName()
The name of the Lambda function for which you want to retrieve the
configuration information.
|
int |
hashCode() |
void |
setFunctionName(String functionName)
The name of the Lambda function for which you want to retrieve the
configuration information.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetFunctionConfigurationRequest |
withFunctionName(String functionName)
The name of the Lambda function for which you want to retrieve the
configuration information.
|
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 name of the Lambda function for which you want to retrieve the
configuration information.public GetFunctionConfigurationRequest 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 name of the Lambda function for which you want to retrieve the
configuration information.public String toString()
toString
in class Object
Object.toString()
public GetFunctionConfigurationRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2015. All rights reserved.