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 CreateLibraryItemResult

    • Constructor Detail

      • CreateLibraryItemResult

        public CreateLibraryItemResult()
    • Method Detail

      • setLibraryItemId

        public void setLibraryItemId(String libraryItemId)

        The unique identifier of the new library item.

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

        public String getLibraryItemId()

        The unique identifier of the new library item.

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

        public CreateLibraryItemResult withLibraryItemId(String libraryItemId)

        The unique identifier of the new library item.

        Parameters:
        libraryItemId - The unique identifier of the new library item.
        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 new library item, such as "Published".

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

        public String getStatus()

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

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

        public CreateLibraryItemResult withStatus(String status)

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

        Parameters:
        status - The status of the new 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 CreateLibraryItemResult 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 CreateLibraryItemResult 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 CreateLibraryItemResult 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 CreateLibraryItemResult 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 CreateLibraryItemResult 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.
      • 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 によって変換されたページ (->オリジナル) /