public class GetFunctionResult extends Object implements Serializable, Cloneable
This response contains the object for the Lambda function location (see API_FunctionCodeLocation
| Constructor and Description | 
|---|
| GetFunctionResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetFunctionResult | clone() | 
| boolean | equals(Object obj) | 
| FunctionCodeLocation | getCode()The object for the Lambda function location. | 
| FunctionConfiguration | getConfiguration()A complex type that describes function metadata. | 
| int | hashCode() | 
| void | setCode(FunctionCodeLocation code)The object for the Lambda function location. | 
| void | setConfiguration(FunctionConfiguration configuration)A complex type that describes function metadata. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| GetFunctionResult | withCode(FunctionCodeLocation code)The object for the Lambda function location. | 
| GetFunctionResult | withConfiguration(FunctionConfiguration configuration)A complex type that describes function metadata. | 
public FunctionConfiguration getConfiguration()
public void setConfiguration(FunctionConfiguration configuration)
configuration - A complex type that describes function metadata.public GetFunctionResult withConfiguration(FunctionConfiguration configuration)
Returns a reference to this object so that method calls can be chained together.
configuration - A complex type that describes function metadata.public FunctionCodeLocation getCode()
public void setCode(FunctionCodeLocation code)
code - The object for the Lambda function location.public GetFunctionResult withCode(FunctionCodeLocation code)
Returns a reference to this object so that method calls can be chained together.
code - The object for the Lambda function location.public String toString()
toString in class ObjectObject.toString()public GetFunctionResult clone()
Copyright © 2015. All rights reserved.