@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)
Marshalls this structured data using the given
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 Object
Object.toString()
public FunctionConfigurationEnvironment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.