@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReleaseSummary extends Object implements Serializable, Cloneable, StructuredPojo
High level information for an SDK release.
| Constructor and Description |
|---|
ReleaseSummary() |
| Modifier and Type | Method and Description |
|---|---|
ReleaseSummary |
clone() |
boolean |
equals(Object obj) |
String |
getReleaseVersion()
The release version.
|
Date |
getTimestamp()
The timestamp of the release.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setReleaseVersion(String releaseVersion)
The release version.
|
void |
setTimestamp(Date timestamp)
The timestamp of the release.
|
String |
toString()
Returns a string representation of this object.
|
ReleaseSummary |
withReleaseVersion(String releaseVersion)
The release version.
|
ReleaseSummary |
withTimestamp(Date timestamp)
The timestamp of the release.
|
public void setReleaseVersion(String releaseVersion)
The release version.
releaseVersion - The release version.public String getReleaseVersion()
The release version.
public ReleaseSummary withReleaseVersion(String releaseVersion)
The release version.
releaseVersion - The release version.public void setTimestamp(Date timestamp)
The timestamp of the release.
timestamp - The timestamp of the release.public Date getTimestamp()
The timestamp of the release.
public ReleaseSummary withTimestamp(Date timestamp)
The timestamp of the release.
timestamp - The timestamp of the release.public String toString()
toString in class ObjectObject.toString()public ReleaseSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.