@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFunctionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
This response contains the object for the Lambda function location (see FunctionCodeLocation.
| Constructor and Description | 
|---|
GetFunctionResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
GetFunctionResult | 
clone()  | 
boolean | 
equals(Object obj)  | 
FunctionCodeLocation | 
getCode()  | 
FunctionConfiguration | 
getConfiguration()  | 
int | 
hashCode()  | 
void | 
setCode(FunctionCodeLocation code)  | 
void | 
setConfiguration(FunctionConfiguration configuration)  | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
GetFunctionResult | 
withCode(FunctionCodeLocation code)  | 
GetFunctionResult | 
withConfiguration(FunctionConfiguration configuration)  | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setConfiguration(FunctionConfiguration configuration)
configuration - public FunctionConfiguration getConfiguration()
public GetFunctionResult withConfiguration(FunctionConfiguration configuration)
configuration - public void setCode(FunctionCodeLocation code)
code - public FunctionCodeLocation getCode()
public GetFunctionResult withCode(FunctionCodeLocation code)
code - public String toString()
toString in class ObjectObject.toString()public GetFunctionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.