@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateStagingEnvironmentVariablesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateStagingEnvironmentVariablesResponse.Builder
Builds instances of type
UpdateStagingEnvironmentVariablesResponse. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStagingEnvironmentVariablesResponse.Builder |
builder()
Creates a builder for
UpdateStagingEnvironmentVariablesResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateStagingEnvironmentVariablesResponse 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
UpdateStagingEnvironmentVariablesResponse with attribute values. |
public Map<String,Object> getEnvironmentVariables()
public boolean equals(Object another)
UpdateStagingEnvironmentVariablesResponse that have equal attribute values.public int hashCode()
environmentVariables.public String toString()
UpdateStagingEnvironmentVariablesResponse with attribute values.public static UpdateStagingEnvironmentVariablesResponse.Builder builder()
UpdateStagingEnvironmentVariablesResponse.
UpdateStagingEnvironmentVariablesResponse.builder()
.environmentVariable|putAllEnvironmentVariables(String => Object) // environmentVariables mappings
.build();
Copyright © 2020. All rights reserved.