@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Environment extends Object implements Serializable, Cloneable, StructuredPojo
A function's environment variable settings.
Constructor and Description |
---|
Environment() |
Modifier and Type | Method and Description |
---|---|
Environment |
addVariablesEntry(String key,
String value)
Add a single Variables entry
|
Environment |
clearVariablesEntries()
Removes all the entries added into Variables.
|
Environment |
clone() |
boolean |
equals(Object obj) |
Map<String,String> |
getVariables()
Environment variable key-value pairs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setVariables(Map<String,String> variables)
Environment variable key-value pairs.
|
String |
toString()
Returns a string representation of this object.
|
Environment |
withVariables(Map<String,String> variables)
Environment variable key-value pairs.
|
public Map<String,String> getVariables()
Environment variable key-value pairs.
public void setVariables(Map<String,String> variables)
Environment variable key-value pairs.
variables
- Environment variable key-value pairs.public Environment withVariables(Map<String,String> variables)
Environment variable key-value pairs.
variables
- Environment variable key-value pairs.public Environment addVariablesEntry(String key, String value)
public Environment clearVariablesEntries()
public String toString()
toString
in class Object
Object.toString()
public Environment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.