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