JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.qapps.model

Class GetLibraryItemResult

    • Constructor Detail

      • GetLibraryItemResult

        public GetLibraryItemResult()
    • Method Detail

      • setLibraryItemId

        public void setLibraryItemId(String libraryItemId)

        The unique identifier of the library item.

        Parameters:
        libraryItemId - The unique identifier of the library item.
      • getLibraryItemId

        public String getLibraryItemId()

        The unique identifier of the library item.

        Returns:
        The unique identifier of the library item.
      • withLibraryItemId

        public GetLibraryItemResult withLibraryItemId(String libraryItemId)

        The unique identifier of the library item.

        Parameters:
        libraryItemId - The unique identifier of the library item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAppId

        public void setAppId(String appId)

        The unique identifier of the Q App associated with the library item.

        Parameters:
        appId - The unique identifier of the Q App associated with the library item.
      • getAppId

        public String getAppId()

        The unique identifier of the Q App associated with the library item.

        Returns:
        The unique identifier of the Q App associated with the library item.
      • withAppId

        public GetLibraryItemResult withAppId(String appId)

        The unique identifier of the Q App associated with the library item.

        Parameters:
        appId - The unique identifier of the Q App associated with the library item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setAppVersion

        public void setAppVersion(Integer appVersion)

        The version of the Q App associated with the library item.

        Parameters:
        appVersion - The version of the Q App associated with the library item.
      • getAppVersion

        public Integer getAppVersion()

        The version of the Q App associated with the library item.

        Returns:
        The version of the Q App associated with the library item.
      • withAppVersion

        public GetLibraryItemResult withAppVersion(Integer appVersion)

        The version of the Q App associated with the library item.

        Parameters:
        appVersion - The version of the Q App associated with the library item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCategories

        public List<Category> getCategories()

        The categories associated with the library item for discovery.

        Returns:
        The categories associated with the library item for discovery.
      • setCategories

        public void setCategories(Collection<Category> categories)

        The categories associated with the library item for discovery.

        Parameters:
        categories - The categories associated with the library item for discovery.
      • withCategories

        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.

        Parameters:
        categories - The categories associated with the library item for discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withCategories

        public GetLibraryItemResult withCategories(Collection<Category> categories)

        The categories associated with the library item for discovery.

        Parameters:
        categories - The categories associated with the library item for discovery.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStatus

        public void setStatus(String status)

        The status of the library item, such as "Published".

        Parameters:
        status - The status of the library item, such as "Published".
      • getStatus

        public String getStatus()

        The status of the library item, such as "Published".

        Returns:
        The status of the library item, such as "Published".
      • withStatus

        public GetLibraryItemResult withStatus(String status)

        The status of the library item, such as "Published".

        Parameters:
        status - The status of the library item, such as "Published".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedAt

        public void setCreatedAt(Date createdAt)

        The date and time the library item was created.

        Parameters:
        createdAt - The date and time the library item was created.
      • getCreatedAt

        public Date getCreatedAt()

        The date and time the library item was created.

        Returns:
        The date and time the library item was created.
      • withCreatedAt

        public GetLibraryItemResult withCreatedAt(Date createdAt)

        The date and time the library item was created.

        Parameters:
        createdAt - The date and time the library item was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreatedBy

        public void setCreatedBy(String createdBy)

        The user who created the library item.

        Parameters:
        createdBy - The user who created the library item.
      • getCreatedBy

        public String getCreatedBy()

        The user who created the library item.

        Returns:
        The user who created the library item.
      • withCreatedBy

        public GetLibraryItemResult withCreatedBy(String createdBy)

        The user who created the library item.

        Parameters:
        createdBy - The user who created the library item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedAt

        public void setUpdatedAt(Date updatedAt)

        The date and time the library item was last updated.

        Parameters:
        updatedAt - The date and time the library item was last updated.
      • getUpdatedAt

        public Date getUpdatedAt()

        The date and time the library item was last updated.

        Returns:
        The date and time the library item was last updated.
      • withUpdatedAt

        public GetLibraryItemResult withUpdatedAt(Date updatedAt)

        The date and time the library item was last updated.

        Parameters:
        updatedAt - The date and time the library item was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setUpdatedBy

        public void setUpdatedBy(String updatedBy)

        The user who last updated the library item.

        Parameters:
        updatedBy - The user who last updated the library item.
      • getUpdatedBy

        public String getUpdatedBy()

        The user who last updated the library item.

        Returns:
        The user who last updated the library item.
      • withUpdatedBy

        public GetLibraryItemResult withUpdatedBy(String updatedBy)

        The user who last updated the library item.

        Parameters:
        updatedBy - The user who last updated the library item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRatingCount

        public void setRatingCount(Integer ratingCount)

        The number of ratings the library item has received from users.

        Parameters:
        ratingCount - The number of ratings the library item has received from users.
      • getRatingCount

        public Integer getRatingCount()

        The number of ratings the library item has received from users.

        Returns:
        The number of ratings the library item has received from users.
      • withRatingCount

        public GetLibraryItemResult withRatingCount(Integer ratingCount)

        The number of ratings the library item has received from users.

        Parameters:
        ratingCount - The number of ratings the library item has received from users.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsRatedByUser

        public void setIsRatedByUser(Boolean isRatedByUser)

        Whether the current user has rated the library item.

        Parameters:
        isRatedByUser - Whether the current user has rated the library item.
      • getIsRatedByUser

        public Boolean getIsRatedByUser()

        Whether the current user has rated the library item.

        Returns:
        Whether the current user has rated the library item.
      • withIsRatedByUser

        public GetLibraryItemResult withIsRatedByUser(Boolean isRatedByUser)

        Whether the current user has rated the library item.

        Parameters:
        isRatedByUser - Whether the current user has rated the library item.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isRatedByUser

        public Boolean isRatedByUser()

        Whether the current user has rated the library item.

        Returns:
        Whether the current user has rated the library item.
      • setUserCount

        public void setUserCount(Integer userCount)

        The number of users who have associated the Q App with their account.

        Parameters:
        userCount - The number of users who have associated the Q App with their account.
      • getUserCount

        public Integer getUserCount()

        The number of users who have associated the Q App with their account.

        Returns:
        The number of users who have associated the Q App with their account.
      • withUserCount

        public GetLibraryItemResult withUserCount(Integer userCount)

        The number of users who have associated the Q App with their account.

        Parameters:
        userCount - The number of users who have associated the Q App with their account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /