@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EnvironmentResponse extends Object implements Serializable, Cloneable, StructuredPojo
The results of a configuration update that applied environment variables.
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()
Error messages for environment variables that could not be applied.
|
Map<String,String> |
getVariables()
Environment variable key-value pairs.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setError(EnvironmentError error)
Error messages for environment variables that could not be applied.
|
void |
setVariables(Map<String,String> variables)
Environment variable key-value pairs.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
EnvironmentResponse |
withError(EnvironmentError error)
Error messages for environment variables that could not be applied.
|
EnvironmentResponse |
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 EnvironmentResponse withVariables(Map<String,String> variables)
Environment variable key-value pairs.
variables
- Environment variable key-value pairs.public EnvironmentResponse addVariablesEntry(String key, String value)
public EnvironmentResponse clearVariablesEntries()
public void setError(EnvironmentError error)
Error messages for environment variables that could not be applied.
error
- Error messages for environment variables that could not be applied.public EnvironmentError getError()
Error messages for environment variables that could not be applied.
public EnvironmentResponse withError(EnvironmentError error)
Error messages for environment variables that could not be applied.
error
- Error messages for environment variables that could not be applied.public String toString()
toString
in class Object
Object.toString()
public EnvironmentResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.