@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationId extends Object implements Serializable, Cloneable, StructuredPojo
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)
id
- Required. The unique ID that Amazon MQ generates for the configuration.public String getId()
public ConfigurationId withId(String id)
id
- Required. The unique ID that Amazon MQ generates for the configuration.public void setRevision(Integer revision)
revision
- The revision number of the configuration.public Integer getRevision()
public ConfigurationId withRevision(Integer revision)
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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.