@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLibraryItemResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLibraryItemResult() |
Modifier and Type | Method and Description |
---|---|
GetLibraryItemResult |
clone() |
boolean |
equals(Object obj) |
String |
getAppId()
The unique identifier of the Q App associated with the library item.
|
Integer |
getAppVersion()
The version of the Q App associated with the library item.
|
List<Category> |
getCategories()
The categories associated with the library item for discovery.
|
Date |
getCreatedAt()
The date and time the library item was created.
|
String |
getCreatedBy()
The user who created the library item.
|
Boolean |
getIsRatedByUser()
Whether the current user has rated the library item.
|
String |
getLibraryItemId()
The unique identifier of the library item.
|
Integer |
getRatingCount()
The number of ratings the library item has received from users.
|
String |
getStatus()
The status of the library item, such as "Published".
|
Date |
getUpdatedAt()
The date and time the library item was last updated.
|
String |
getUpdatedBy()
The user who last updated the library item.
|
Integer |
getUserCount()
The number of users who have associated the Q App with their account.
|
int |
hashCode() |
Boolean |
isRatedByUser()
Whether the current user has rated the library item.
|
void |
setAppId(String appId)
The unique identifier of the Q App associated with the library item.
|
void |
setAppVersion(Integer appVersion)
The version of the Q App associated with the library item.
|
void |
setCategories(Collection<Category> categories)
The categories associated with the library item for discovery.
|
void |
setCreatedAt(Date createdAt)
The date and time the library item was created.
|
void |
setCreatedBy(String createdBy)
The user who created the library item.
|
void |
setIsRatedByUser(Boolean isRatedByUser)
Whether the current user has rated the library item.
|
void |
setLibraryItemId(String libraryItemId)
The unique identifier of the library item.
|
void |
setRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
|
void |
setStatus(String status)
The status of the library item, such as "Published".
|
void |
setUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
void |
setUpdatedBy(String updatedBy)
The user who last updated the library item.
|
void |
setUserCount(Integer userCount)
The number of users who have associated the Q App with their account.
|
String |
toString()
Returns a string representation of this object.
|
GetLibraryItemResult |
withAppId(String appId)
The unique identifier of the Q App associated with the library item.
|
GetLibraryItemResult |
withAppVersion(Integer appVersion)
The version of the Q App associated with the library item.
|
GetLibraryItemResult |
withCategories(Category... categories)
The categories associated with the library item for discovery.
|
GetLibraryItemResult |
withCategories(Collection<Category> categories)
The categories associated with the library item for discovery.
|
GetLibraryItemResult |
withCreatedAt(Date createdAt)
The date and time the library item was created.
|
GetLibraryItemResult |
withCreatedBy(String createdBy)
The user who created the library item.
|
GetLibraryItemResult |
withIsRatedByUser(Boolean isRatedByUser)
Whether the current user has rated the library item.
|
GetLibraryItemResult |
withLibraryItemId(String libraryItemId)
The unique identifier of the library item.
|
GetLibraryItemResult |
withRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
|
GetLibraryItemResult |
withStatus(String status)
The status of the library item, such as "Published".
|
GetLibraryItemResult |
withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
|
GetLibraryItemResult |
withUpdatedBy(String updatedBy)
The user who last updated the library item.
|
GetLibraryItemResult |
withUserCount(Integer userCount)
The number of users who have associated the Q App with their account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLibraryItemId(String libraryItemId)
The unique identifier of the library item.
libraryItemId
- The unique identifier of the library item.public String getLibraryItemId()
The unique identifier of the library item.
public GetLibraryItemResult withLibraryItemId(String libraryItemId)
The unique identifier of the library item.
libraryItemId
- The unique identifier of the library item.public void setAppId(String appId)
The unique identifier of the Q App associated with the library item.
appId
- The unique identifier of the Q App associated with the library item.public String getAppId()
The unique identifier of the Q App associated with the library item.
public GetLibraryItemResult withAppId(String appId)
The unique identifier of the Q App associated with the library item.
appId
- The unique identifier of the Q App associated with the library item.public void setAppVersion(Integer appVersion)
The version of the Q App associated with the library item.
appVersion
- The version of the Q App associated with the library item.public Integer getAppVersion()
The version of the Q App associated with the library item.
public GetLibraryItemResult withAppVersion(Integer appVersion)
The version of the Q App associated with the library item.
appVersion
- The version of the Q App associated with the library item.public List<Category> getCategories()
The categories associated with the library item for discovery.
public void setCategories(Collection<Category> categories)
The categories associated with the library item for discovery.
categories
- The categories associated with the library item for discovery.public GetLibraryItemResult withCategories(Category... categories)
The categories associated with the library item for discovery.
NOTE: This method appends the values to the existing list (if any). Use
setCategories(java.util.Collection)
or withCategories(java.util.Collection)
if you want to
override the existing values.
categories
- The categories associated with the library item for discovery.public GetLibraryItemResult withCategories(Collection<Category> categories)
The categories associated with the library item for discovery.
categories
- The categories associated with the library item for discovery.public void setStatus(String status)
The status of the library item, such as "Published".
status
- The status of the library item, such as "Published".public String getStatus()
The status of the library item, such as "Published".
public GetLibraryItemResult withStatus(String status)
The status of the library item, such as "Published".
status
- The status of the library item, such as "Published".public void setCreatedAt(Date createdAt)
The date and time the library item was created.
createdAt
- The date and time the library item was created.public Date getCreatedAt()
The date and time the library item was created.
public GetLibraryItemResult withCreatedAt(Date createdAt)
The date and time the library item was created.
createdAt
- The date and time the library item was created.public void setCreatedBy(String createdBy)
The user who created the library item.
createdBy
- The user who created the library item.public String getCreatedBy()
The user who created the library item.
public GetLibraryItemResult withCreatedBy(String createdBy)
The user who created the library item.
createdBy
- The user who created the library item.public void setUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
updatedAt
- The date and time the library item was last updated.public Date getUpdatedAt()
The date and time the library item was last updated.
public GetLibraryItemResult withUpdatedAt(Date updatedAt)
The date and time the library item was last updated.
updatedAt
- The date and time the library item was last updated.public void setUpdatedBy(String updatedBy)
The user who last updated the library item.
updatedBy
- The user who last updated the library item.public String getUpdatedBy()
The user who last updated the library item.
public GetLibraryItemResult withUpdatedBy(String updatedBy)
The user who last updated the library item.
updatedBy
- The user who last updated the library item.public void setRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
ratingCount
- The number of ratings the library item has received from users.public Integer getRatingCount()
The number of ratings the library item has received from users.
public GetLibraryItemResult withRatingCount(Integer ratingCount)
The number of ratings the library item has received from users.
ratingCount
- The number of ratings the library item has received from users.public void setIsRatedByUser(Boolean isRatedByUser)
Whether the current user has rated the library item.
isRatedByUser
- Whether the current user has rated the library item.public Boolean getIsRatedByUser()
Whether the current user has rated the library item.
public GetLibraryItemResult withIsRatedByUser(Boolean isRatedByUser)
Whether the current user has rated the library item.
isRatedByUser
- Whether the current user has rated the library item.public Boolean isRatedByUser()
Whether the current user has rated the library item.
public void setUserCount(Integer userCount)
The number of users who have associated the Q App with their account.
userCount
- The number of users who have associated the Q App with their account.public Integer getUserCount()
The number of users who have associated the Q App with their account.
public GetLibraryItemResult withUserCount(Integer userCount)
The number of users who have associated the Q App with their account.
userCount
- The number of users who have associated the Q App with their account.public String toString()
toString
in class Object
Object.toString()
public GetLibraryItemResult clone()