@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConfigurationRevision extends Object implements Serializable, Cloneable, StructuredPojo
Describes a configuration revision.
Constructor and Description |
---|
ConfigurationRevision() |
Modifier and Type | Method and Description |
---|---|
ConfigurationRevision |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The time when the configuration revision was created.
|
String |
getDescription()
The description of the configuration revision.
|
Long |
getRevision()
The revision number.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreationTime(Date creationTime)
The time when the configuration revision was created.
|
void |
setDescription(String description)
The description of the configuration revision.
|
void |
setRevision(Long revision)
The revision number.
|
String |
toString()
Returns a string representation of this object.
|
ConfigurationRevision |
withCreationTime(Date creationTime)
The time when the configuration revision was created.
|
ConfigurationRevision |
withDescription(String description)
The description of the configuration revision.
|
ConfigurationRevision |
withRevision(Long revision)
The revision number.
|
public void setCreationTime(Date creationTime)
The time when the configuration revision was created.
creationTime
- The time when the configuration revision was created.
public Date getCreationTime()
The time when the configuration revision was created.
The time when the configuration revision was created.
public ConfigurationRevision withCreationTime(Date creationTime)
The time when the configuration revision was created.
creationTime
- The time when the configuration revision was created.
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.
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(Long revision)
The revision number.
revision
- The revision number.
public Long getRevision()
The revision number.
The revision number.
public ConfigurationRevision withRevision(Long revision)
The revision number.
revision
- The revision number.
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.