@Generated(value="software.amazon.awssdk:codegen") public class EnvironmentResponse extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
The parent object returned that contains your environment's configuration settings or any error information associated with your configuration settings.
Modifier and Type | Class and Description |
---|---|
static interface |
EnvironmentResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static EnvironmentResponse.Builder |
builder() |
boolean |
equals(Object obj) |
EnvironmentError |
error()
Returns the value of the Error property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
static Class<? extends EnvironmentResponse.Builder> |
serializableBuilderClass() |
EnvironmentResponse.Builder |
toBuilder() |
String |
toString() |
Map<String,String> |
variables()
The key-value pairs returned that represent your environment's configuration settings or error information.
|
public Map<String,String> variables()
The key-value pairs returned that represent your environment's configuration settings or error information.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public EnvironmentError error()
public EnvironmentResponse.Builder toBuilder()
toBuilder
in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
public static EnvironmentResponse.Builder builder()
public static Class<? extends EnvironmentResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2017. All rights reserved.