@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Environment extends Object implements Serializable, Cloneable, StructuredPojo
The parent object that contains your environment's configuration settings.
| Constructor and Description | 
|---|
| Environment() | 
| Modifier and Type | Method and Description | 
|---|---|
| Environment | addVariablesEntry(String key,
                 String value) | 
| Environment | clearVariablesEntries()Removes all the entries added into Variables. | 
| Environment | clone() | 
| boolean | equals(Object obj) | 
| Map<String,String> | getVariables()
 The key-value pairs that represent your environment's configuration settings. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setVariables(Map<String,String> variables)
 The key-value pairs that represent your environment's configuration settings. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| Environment | withVariables(Map<String,String> variables)
 The key-value pairs that represent your environment's configuration settings. | 
public Map<String,String> getVariables()
The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a ",".
public void setVariables(Map<String,String> variables)
The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a ",".
variables - The key-value pairs that represent your environment's configuration settings. The value you specify cannot
        contain a ",".public Environment withVariables(Map<String,String> variables)
The key-value pairs that represent your environment's configuration settings. The value you specify cannot contain a ",".
variables - The key-value pairs that represent your environment's configuration settings. The value you specify cannot
        contain a ",".public Environment addVariablesEntry(String key, String value)
public Environment clearVariablesEntries()
public String toString()
toString in class ObjectObject.toString()public Environment clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.