public class EnvironmentResponse extends Object implements Serializable, Cloneable
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 |
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 Object
Object.toString()
public EnvironmentResponse clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.