@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubscribedListing extends Object implements Serializable, Cloneable, StructuredPojo
The details of the published asset for which the subscription grant is created.
Constructor and Description |
---|
SubscribedListing() |
Modifier and Type | Method and Description |
---|---|
SubscribedListing |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The description of the published asset for which the subscription grant is created.
|
String |
getId()
The identifier of the published asset for which the subscription grant is created.
|
SubscribedListingItem |
getItem()
The published asset for which the subscription grant is created.
|
String |
getName()
The name of the published asset for which the subscription grant is created.
|
String |
getOwnerProjectId()
The identifier of the project of the published asset for which the subscription grant is created.
|
String |
getOwnerProjectName()
The name of the project that owns the published asset for which the subscription grant is created.
|
String |
getRevision()
The revision of 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 |
setDescription(String description)
The description of the published asset for which the subscription grant is created.
|
void |
setId(String id)
The identifier of the published asset for which the subscription grant is created.
|
void |
setItem(SubscribedListingItem item)
The published asset for which the subscription grant is created.
|
void |
setName(String name)
The name of the published asset for which the subscription grant is created.
|
void |
setOwnerProjectId(String ownerProjectId)
The identifier of the project of the published asset for which the subscription grant is created.
|
void |
setOwnerProjectName(String ownerProjectName)
The name of the project that owns the published asset for which the subscription grant is created.
|
void |
setRevision(String revision)
The revision of the published asset for which the subscription grant is created.
|
String |
toString()
Returns a string representation of this object.
|
SubscribedListing |
withDescription(String description)
The description of the published asset for which the subscription grant is created.
|
SubscribedListing |
withId(String id)
The identifier of the published asset for which the subscription grant is created.
|
SubscribedListing |
withItem(SubscribedListingItem item)
The published asset for which the subscription grant is created.
|
SubscribedListing |
withName(String name)
The name of the published asset for which the subscription grant is created.
|
SubscribedListing |
withOwnerProjectId(String ownerProjectId)
The identifier of the project of the published asset for which the subscription grant is created.
|
SubscribedListing |
withOwnerProjectName(String ownerProjectName)
The name of the project that owns the published asset for which the subscription grant is created.
|
SubscribedListing |
withRevision(String revision)
The revision of the published asset for which the subscription grant is created.
|
public void setDescription(String description)
The description of the published asset for which the subscription grant is created.
description
- The description of the published asset for which the subscription grant is created.public String getDescription()
The description of the published asset for which the subscription grant is created.
public SubscribedListing withDescription(String description)
The description of the published asset for which the subscription grant is created.
description
- The description of the published asset for which the subscription grant is created.public void setId(String id)
The identifier of the published asset for which the subscription grant is created.
id
- The identifier of the published asset for which the subscription grant is created.public String getId()
The identifier of the published asset for which the subscription grant is created.
public SubscribedListing withId(String id)
The identifier of the published asset for which the subscription grant is created.
id
- The identifier of the published asset for which the subscription grant is created.public void setItem(SubscribedListingItem item)
The published asset for which the subscription grant is created.
item
- The published asset for which the subscription grant is created.public SubscribedListingItem getItem()
The published asset for which the subscription grant is created.
public SubscribedListing withItem(SubscribedListingItem item)
The published asset for which the subscription grant is created.
item
- The published asset for which the subscription grant is created.public void setName(String name)
The name of the published asset for which the subscription grant is created.
name
- The name of the published asset for which the subscription grant is created.public String getName()
The name of the published asset for which the subscription grant is created.
public SubscribedListing withName(String name)
The name of the published asset for which the subscription grant is created.
name
- The name of the published asset for which the subscription grant is created.public void setOwnerProjectId(String ownerProjectId)
The identifier of the project of the published asset for which the subscription grant is created.
ownerProjectId
- The identifier of the project of the published asset for which the subscription grant is created.public String getOwnerProjectId()
The identifier of the project of the published asset for which the subscription grant is created.
public SubscribedListing withOwnerProjectId(String ownerProjectId)
The identifier of the project of the published asset for which the subscription grant is created.
ownerProjectId
- The identifier of the project of the published asset for which the subscription grant is created.public void setOwnerProjectName(String ownerProjectName)
The name of the project that owns the published asset for which the subscription grant is created.
ownerProjectName
- The name of the project that owns the published asset for which the subscription grant is created.public String getOwnerProjectName()
The name of the project that owns the published asset for which the subscription grant is created.
public SubscribedListing withOwnerProjectName(String ownerProjectName)
The name of the project that owns the published asset for which the subscription grant is created.
ownerProjectName
- The name of the project that owns the published asset for which the subscription grant is created.public void setRevision(String revision)
The revision of the published asset for which the subscription grant is created.
revision
- The revision of the published asset for which the subscription grant is created.public String getRevision()
The revision of the published asset for which the subscription grant is created.
public SubscribedListing withRevision(String revision)
The revision of the published asset for which the subscription grant is created.
revision
- The revision of the published asset for which the subscription grant is created.public String toString()
toString
in class Object
Object.toString()
public SubscribedListing clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.