@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationRevision extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
ConfigurationRevision() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRevision |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the configuration revision.
|
Integer |
getRevision()
Required.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDescription(String description)
The description of the configuration revision.
|
void |
setRevision(Integer revision)
Required.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ConfigurationRevision |
withDescription(String description)
The description of the configuration revision.
|
ConfigurationRevision |
withRevision(Integer revision)
Required.
|
public void setDescription(String description)
description
- The description of the configuration revision.public String getDescription()
public ConfigurationRevision withDescription(String description)
description
- The description of the configuration revision.public void setRevision(Integer revision)
revision
- Required. The revision of the configuration.public Integer getRevision()
public ConfigurationRevision withRevision(Integer revision)
revision
- Required. The revision of the configuration.public String toString()
toString
in class Object
Object.toString()
public ConfigurationRevision 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.