@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 |
addTagsEntry(String key,
String value) |
GetFunctionResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetFunctionResult |
clone() |
boolean |
equals(Object obj) |
FunctionCodeLocation |
getCode() |
FunctionConfiguration |
getConfiguration() |
Map<String,String> |
getTags()
Returns the list of tags associated with the function.
|
int |
hashCode() |
void |
setCode(FunctionCodeLocation code) |
void |
setConfiguration(FunctionConfiguration configuration) |
void |
setTags(Map<String,String> tags)
Returns the list of tags associated with the function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFunctionResult |
withCode(FunctionCodeLocation code) |
GetFunctionResult |
withConfiguration(FunctionConfiguration configuration) |
GetFunctionResult |
withTags(Map<String,String> tags)
Returns the list of tags associated with the function.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Map<String,String> getTags()
Returns the list of tags associated with the function.
public void setTags(Map<String,String> tags)
Returns the list of tags associated with the function.
tags
- Returns the list of tags associated with the function.public GetFunctionResult withTags(Map<String,String> tags)
Returns the list of tags associated with the function.
tags
- Returns the list of tags associated with the function.public GetFunctionResult addTagsEntry(String key, String value)
public GetFunctionResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetFunctionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.