Class GetFunctionResult
java.lang.Object
com.amazonaws.services.lambda.model.GetFunctionResult
- All Implemented Interfaces:
Serializable
,Cloneable
This response contains the object for the Lambda function location (see API_FunctionCodeLocation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getCode()
int
hashCode()
void
setCode
(FunctionCodeLocation code) void
setConfiguration
(FunctionConfiguration configuration) toString()
Returns a string representation of this object; useful for testing and debugging.withCode
(FunctionCodeLocation code) withConfiguration
(FunctionConfiguration configuration)
-
Constructor Details
-
GetFunctionResult
public GetFunctionResult()
-
-
Method Details
-
setConfiguration
- Parameters:
configuration
-
-
getConfiguration
- Returns:
-
withConfiguration
- Parameters:
configuration
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCode
- Parameters:
code
-
-
getCode
- Returns:
-
withCode
- Parameters:
code
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-