@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 Object
Object.toString()
public GrantedEntityInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.