@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribedAssetListing extends Object implements Serializable, Cloneable, StructuredPojo
The details of the published asset for which the subscription grant is created.
Constructor and Description |
---|
SubscribedAssetListing() |
Modifier and Type | Method and Description |
---|---|
SubscribedAssetListing |
clone() |
boolean |
equals(Object obj) |
String |
getEntityId()
The identifier of the published asset for which the subscription grant is created.
|
String |
getEntityRevision()
The revision of the published asset for which the subscription grant is created.
|
String |
getEntityType()
The type of the published asset for which the subscription grant is created.
|
String |
getForms()
The forms attached to the published asset for which the subscription grant is created.
|
List<DetailedGlossaryTerm> |
getGlossaryTerms()
The glossary terms attached to the published asset for which the subscription grant is created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEntityId(String entityId)
The identifier of the published asset for which the subscription grant is created.
|
void |
setEntityRevision(String entityRevision)
The revision of the published asset for which the subscription grant is created.
|
void |
setEntityType(String entityType)
The type of the published asset for which the subscription grant is created.
|
void |
setForms(String forms)
The forms attached to the published asset for which the subscription grant is created.
|
void |
setGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
String |
toString()
Returns a string representation of this object.
|
SubscribedAssetListing |
withEntityId(String entityId)
The identifier of the published asset for which the subscription grant is created.
|
SubscribedAssetListing |
withEntityRevision(String entityRevision)
The revision of the published asset for which the subscription grant is created.
|
SubscribedAssetListing |
withEntityType(String entityType)
The type of the published asset for which the subscription grant is created.
|
SubscribedAssetListing |
withForms(String forms)
The forms attached to the published asset for which the subscription grant is created.
|
SubscribedAssetListing |
withGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
SubscribedAssetListing |
withGlossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
|
public void setEntityId(String entityId)
The identifier of the published asset for which the subscription grant is created.
entityId
- The identifier of the published asset for which the subscription grant is created.public String getEntityId()
The identifier of the published asset for which the subscription grant is created.
public SubscribedAssetListing withEntityId(String entityId)
The identifier of the published asset for which the subscription grant is created.
entityId
- The identifier of the published asset for which the subscription grant is created.public void setEntityRevision(String entityRevision)
The revision of the published asset for which the subscription grant is created.
entityRevision
- The revision of the published asset for which the subscription grant is created.public String getEntityRevision()
The revision of the published asset for which the subscription grant is created.
public SubscribedAssetListing withEntityRevision(String entityRevision)
The revision of the published asset for which the subscription grant is created.
entityRevision
- The revision of the published asset for which the subscription grant is created.public void setEntityType(String entityType)
The type of the published asset for which the subscription grant is created.
entityType
- The type of the published asset for which the subscription grant is created.public String getEntityType()
The type of the published asset for which the subscription grant is created.
public SubscribedAssetListing withEntityType(String entityType)
The type of the published asset for which the subscription grant is created.
entityType
- The type of the published asset for which the subscription grant is created.public void setForms(String forms)
The forms attached to the published asset for which the subscription grant is created.
forms
- The forms attached to the published asset for which the subscription grant is created.public String getForms()
The forms attached to the published asset for which the subscription grant is created.
public SubscribedAssetListing withForms(String forms)
The forms attached to the published asset for which the subscription grant is created.
forms
- The forms attached to the published asset for which the subscription grant is created.public List<DetailedGlossaryTerm> getGlossaryTerms()
The glossary terms attached to the published asset for which the subscription grant is created.
public void setGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
glossaryTerms
- The glossary terms attached to the published asset for which the subscription grant is created.public SubscribedAssetListing withGlossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
NOTE: This method appends the values to the existing list (if any). Use
setGlossaryTerms(java.util.Collection)
or withGlossaryTerms(java.util.Collection)
if you want
to override the existing values.
glossaryTerms
- The glossary terms attached to the published asset for which the subscription grant is created.public SubscribedAssetListing withGlossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to the published asset for which the subscription grant is created.
glossaryTerms
- The glossary terms attached to the published asset for which the subscription grant is created.public String toString()
toString
in class Object
Object.toString()
public SubscribedAssetListing clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.