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