@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationId extends Object implements Serializable, Cloneable, StructuredPojo
A list of information about the configuration.
Constructor and Description |
---|
ConfigurationId() |
Modifier and Type | Method and Description |
---|---|
ConfigurationId |
clone() |
boolean |
equals(Object obj) |
String |
getId()
Required.
|
Integer |
getRevision()
The revision number of the configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setId(String id)
Required.
|
void |
setRevision(Integer revision)
The revision number of the configuration.
|
String |
toString()
Returns a string representation of this object.
|
ConfigurationId |
withId(String id)
Required.
|
ConfigurationId |
withRevision(Integer revision)
The revision number of the configuration.
|
public void setId(String id)
Required. The unique ID that Amazon MQ generates for the configuration.
id
- Required. The unique ID that Amazon MQ generates for the configuration.public String getId()
Required. The unique ID that Amazon MQ generates for the configuration.
public ConfigurationId withId(String id)
Required. The unique ID that Amazon MQ generates for the configuration.
id
- Required. The unique ID that Amazon MQ generates for the configuration.public void setRevision(Integer revision)
The revision number of the configuration.
revision
- The revision number of the configuration.public Integer getRevision()
The revision number of the configuration.
public ConfigurationId withRevision(Integer revision)
The revision number of the configuration.
revision
- The revision number of the configuration.public String toString()
toString
in class Object
Object.toString()
public ConfigurationId clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.