@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateRunningEnvironmentVariablesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateRunningEnvironmentVariablesResponse.Builder
Builds instances of type
UpdateRunningEnvironmentVariablesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateRunningEnvironmentVariablesResponse.Builder |
builder()
Creates a builder for
UpdateRunningEnvironmentVariablesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateRunningEnvironmentVariablesResponse that have equal attribute values. |
Map<String,Object> |
getEnvironmentVariables()
The environment variables
|
int |
hashCode()
Computes a hash code from attributes:
environmentVariables. |
String |
toString()
Prints the immutable value
UpdateRunningEnvironmentVariablesResponse with attribute values. |
public Map<String,Object> getEnvironmentVariables()
public boolean equals(Object another)
UpdateRunningEnvironmentVariablesResponse that have equal attribute values.public int hashCode()
environmentVariables.public String toString()
UpdateRunningEnvironmentVariablesResponse with attribute values.public static UpdateRunningEnvironmentVariablesResponse.Builder builder()
UpdateRunningEnvironmentVariablesResponse.
UpdateRunningEnvironmentVariablesResponse.builder()
.environmentVariable|putAllEnvironmentVariables(String => Object) // environmentVariables mappings
.build();
Copyright © 2020. All rights reserved.