@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribedListingItem extends Object implements Serializable, Cloneable, StructuredPojo
The published asset for which the subscription grant is created.
Constructor and Description |
---|
SubscribedListingItem() |
Modifier and Type | Method and Description |
---|---|
SubscribedListingItem |
clone() |
boolean |
equals(Object obj) |
SubscribedAssetListing |
getAssetListing()
The asset for which the subscription grant is created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAssetListing(SubscribedAssetListing assetListing)
The asset for which the subscription grant is created.
|
String |
toString()
Returns a string representation of this object.
|
SubscribedListingItem |
withAssetListing(SubscribedAssetListing assetListing)
The asset for which the subscription grant is created.
|
public void setAssetListing(SubscribedAssetListing assetListing)
The asset for which the subscription grant is created.
assetListing
- The asset for which the subscription grant is created.public SubscribedAssetListing getAssetListing()
The asset for which the subscription grant is created.
public SubscribedListingItem withAssetListing(SubscribedAssetListing assetListing)
The asset for which the subscription grant is created.
assetListing
- The asset for which the subscription grant is created.public String toString()
toString
in class Object
Object.toString()
public SubscribedListingItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.