@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentResponse extends Object implements Serializable, Cloneable, StructuredPojo
The parent object returned that contains your environment's configuration settings or any error information associated with your configuration settings.
| Constructor and Description | 
|---|
| EnvironmentResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| EnvironmentResponse | addVariablesEntry(String key,
                 String value) | 
| EnvironmentResponse | clearVariablesEntries()Removes all the entries added into Variables. | 
| EnvironmentResponse | clone() | 
| boolean | equals(Object obj) | 
| EnvironmentError | getError() | 
| Map<String,String> | getVariables()
 The key-value pairs returned that represent your environment's configuration settings or error information. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller) | 
| void | setError(EnvironmentError error) | 
| void | setVariables(Map<String,String> variables)
 The key-value pairs returned that represent your environment's configuration settings or error information. | 
| String | toString()Returns a string representation of this object; useful for testing and debugging. | 
| EnvironmentResponse | withError(EnvironmentError error) | 
| EnvironmentResponse | withVariables(Map<String,String> variables)
 The key-value pairs returned that represent your environment's configuration settings or error information. | 
public Map<String,String> getVariables()
The key-value pairs returned that represent your environment's configuration settings or error information.
public void setVariables(Map<String,String> variables)
The key-value pairs returned that represent your environment's configuration settings or error information.
variables - The key-value pairs returned that represent your environment's configuration settings or error
        information.public EnvironmentResponse withVariables(Map<String,String> variables)
The key-value pairs returned that represent your environment's configuration settings or error information.
variables - The key-value pairs returned that represent your environment's configuration settings or error
        information.public EnvironmentResponse addVariablesEntry(String key, String value)
public EnvironmentResponse clearVariablesEntries()
public void setError(EnvironmentError error)
error - public EnvironmentError getError()
public EnvironmentResponse withError(EnvironmentError error)
error - public String toString()
toString in class ObjectObject.toString()public EnvironmentResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.