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