@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GrantedEntityInput extends Object implements Serializable, Cloneable, StructuredPojo
The details of a listing for which a subscription is to be granted.
| Constructor and Description |
|---|
GrantedEntityInput() |
| Modifier and Type | Method and Description |
|---|---|
GrantedEntityInput |
clone() |
boolean |
equals(Object obj) |
ListingRevisionInput |
getListing()
The listing for which a subscription is to be granted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setListing(ListingRevisionInput listing)
The listing for which a subscription is to be granted.
|
String |
toString()
Returns a string representation of this object.
|
GrantedEntityInput |
withListing(ListingRevisionInput listing)
The listing for which a subscription is to be granted.
|
public void setListing(ListingRevisionInput listing)
The listing for which a subscription is to be granted.
listing - The listing for which a subscription is to be granted.public ListingRevisionInput getListing()
The listing for which a subscription is to be granted.
public GrantedEntityInput withListing(ListingRevisionInput listing)
The listing for which a subscription is to be granted.
listing - The listing for which a subscription is to be granted.public String toString()
toString in class ObjectObject.toString()public GrantedEntityInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.