@Generated(value="software.amazon.awssdk:codegen") public class Configurations extends Object implements StructuredPojo, ToCopyableBuilder<Configurations.Builder,Configurations>
Modifier and Type | Class and Description |
---|---|
static interface |
Configurations.Builder |
Modifier and Type | Method and Description |
---|---|
static Configurations.Builder |
builder() |
ConfigurationId |
current()
The current configuration of the broker.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<ConfigurationId> |
history()
The history of configurations applied to the broker.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
ConfigurationId |
pending()
The pending configuration of the broker.
|
static Class<? extends Configurations.Builder> |
serializableBuilderClass() |
Configurations.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ConfigurationId current()
public List<ConfigurationId> history()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public ConfigurationId pending()
public Configurations.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Configurations.Builder,Configurations>
public static Configurations.Builder builder()
public static Class<? extends Configurations.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.