@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListingRevision extends Object implements Serializable, Cloneable, StructuredPojo
A revision of an asset published in a Amazon DataZone catalog.
| Constructor and Description |
|---|
ListingRevision() |
| Modifier and Type | Method and Description |
|---|---|
ListingRevision |
clone() |
boolean |
equals(Object obj) |
String |
getId()
An identifier of a revision of an asset published in a Amazon DataZone catalog.
|
String |
getRevision()
The details of a revision of an asset published in a Amazon DataZone catalog.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setId(String id)
An identifier of a revision of an asset published in a Amazon DataZone catalog.
|
void |
setRevision(String revision)
The details of a revision of an asset published in a Amazon DataZone catalog.
|
String |
toString()
Returns a string representation of this object.
|
ListingRevision |
withId(String id)
An identifier of a revision of an asset published in a Amazon DataZone catalog.
|
ListingRevision |
withRevision(String revision)
The details of a revision of an asset published in a Amazon DataZone catalog.
|
public void setId(String id)
An identifier of a revision of an asset published in a Amazon DataZone catalog.
id - An identifier of a revision of an asset published in a Amazon DataZone catalog.public String getId()
An identifier of a revision of an asset published in a Amazon DataZone catalog.
public ListingRevision withId(String id)
An identifier of a revision of an asset published in a Amazon DataZone catalog.
id - An identifier of a revision of an asset published in a Amazon DataZone catalog.public void setRevision(String revision)
The details of a revision of an asset published in a Amazon DataZone catalog.
revision - The details of a revision of an asset published in a Amazon DataZone catalog.public String getRevision()
The details of a revision of an asset published in a Amazon DataZone catalog.
public ListingRevision withRevision(String revision)
The details of a revision of an asset published in a Amazon DataZone catalog.
revision - The details of a revision of an asset published in a Amazon DataZone catalog.public String toString()
toString in class ObjectObject.toString()public ListingRevision clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.