@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Configurations extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Configurations() |
Modifier and Type | Method and Description |
---|---|
Configurations |
clone() |
boolean |
equals(Object obj) |
ConfigurationId |
getCurrent()
The current configuration of the broker.
|
List<ConfigurationId> |
getHistory()
The history of configurations applied to the broker.
|
ConfigurationId |
getPending()
The pending configuration of the broker.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCurrent(ConfigurationId current)
The current configuration of the broker.
|
void |
setHistory(Collection<ConfigurationId> history)
The history of configurations applied to the broker.
|
void |
setPending(ConfigurationId pending)
The pending configuration of the broker.
|
String |
toString()
Returns a string representation of this object.
|
Configurations |
withCurrent(ConfigurationId current)
The current configuration of the broker.
|
Configurations |
withHistory(Collection<ConfigurationId> history)
The history of configurations applied to the broker.
|
Configurations |
withHistory(ConfigurationId... history)
The history of configurations applied to the broker.
|
Configurations |
withPending(ConfigurationId pending)
The pending configuration of the broker.
|
public void setCurrent(ConfigurationId current)
current
- The current configuration of the broker.public ConfigurationId getCurrent()
public Configurations withCurrent(ConfigurationId current)
current
- The current configuration of the broker.public List<ConfigurationId> getHistory()
public void setHistory(Collection<ConfigurationId> history)
history
- The history of configurations applied to the broker.public Configurations withHistory(ConfigurationId... history)
NOTE: This method appends the values to the existing list (if any). Use
setHistory(java.util.Collection)
or withHistory(java.util.Collection)
if you want to override
the existing values.
history
- The history of configurations applied to the broker.public Configurations withHistory(Collection<ConfigurationId> history)
history
- The history of configurations applied to the broker.public void setPending(ConfigurationId pending)
pending
- The pending configuration of the broker.public ConfigurationId getPending()
public Configurations withPending(ConfigurationId pending)
pending
- The pending configuration of the broker.public String toString()
toString
in class Object
Object.toString()
public Configurations clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.