@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationRevision extends Object implements Serializable, Cloneable, StructuredPojo
Returns information about the specified configuration revision.
Constructor and Description |
---|
ConfigurationRevision() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRevision |
clone() |
boolean |
equals(Object obj) |
Date |
getCreated()
Required.
|
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 |
setCreated(Date created)
Required.
|
void |
setDescription(String description)
The description of the configuration revision.
|
void |
setRevision(Integer revision)
Required.
|
String |
toString()
Returns a string representation of this object.
|
ConfigurationRevision |
withCreated(Date created)
Required.
|
ConfigurationRevision |
withDescription(String description)
The description of the configuration revision.
|
ConfigurationRevision |
withRevision(Integer revision)
Required.
|
public void setCreated(Date created)
Required. The date and time of the configuration revision.
created
- Required. The date and time of the configuration revision.public Date getCreated()
Required. The date and time of the configuration revision.
public ConfigurationRevision withCreated(Date created)
Required. The date and time of the configuration revision.
created
- Required. The date and time of the configuration revision.public void setDescription(String description)
The description of the configuration revision.
description
- The description of the configuration revision.public String getDescription()
The description of the configuration revision.
public ConfigurationRevision withDescription(String description)
The description of the configuration revision.
description
- The description of the configuration revision.public void setRevision(Integer revision)
Required. The revision number of the configuration.
revision
- Required. The revision number of the configuration.public Integer getRevision()
Required. The revision number of the configuration.
public ConfigurationRevision withRevision(Integer revision)
Required. The revision number of the configuration.
revision
- Required. The revision number 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.