StructuredPojo
, ToCopyableBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
@Generated("software.amazon.awssdk:codegen") public class EnvironmentResponse extends Object implements StructuredPojo, 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 | Description |
---|---|---|
static interface |
EnvironmentResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EnvironmentResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
EnvironmentError |
error() |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EnvironmentResponse.Builder> |
serializableBuilderClass() |
|
EnvironmentResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
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.
public EnvironmentError error()
public EnvironmentResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnvironmentResponse.Builder,EnvironmentResponse>
public static EnvironmentResponse.Builder builder()
public static Class<? extends EnvironmentResponse.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.