@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunctionConfigurationEnvironment extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
FunctionConfigurationEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
FunctionConfigurationEnvironment |
addVariablesEntry(String key,
String value) |
FunctionConfigurationEnvironment |
clearVariablesEntries()
Removes all the entries added into Variables.
|
FunctionConfigurationEnvironment |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getVariables()
Environment variables for the lambda function.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setVariables(Map<String,String> variables)
Environment variables for the lambda function.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
FunctionConfigurationEnvironment |
withVariables(Map<String,String> variables)
Environment variables for the lambda function.
|
public Map<String,String> getVariables()
public void setVariables(Map<String,String> variables)
variables - Environment variables for the lambda function.public FunctionConfigurationEnvironment withVariables(Map<String,String> variables)
variables - Environment variables for the lambda function.public FunctionConfigurationEnvironment addVariablesEntry(String key, String value)
public FunctionConfigurationEnvironment clearVariablesEntries()
public String toString()
toString in class ObjectObject.toString()public FunctionConfigurationEnvironment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.