JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

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.codegurureviewer.model

Class PutRecommendationFeedbackRequest

    • Constructor Detail

      • PutRecommendationFeedbackRequest

        public PutRecommendationFeedbackRequest()
    • Method Detail

      • setCodeReviewArn

        public void setCodeReviewArn(String codeReviewArn)

        The Amazon Resource Name (ARN) of the CodeReview object.

        Parameters:
        codeReviewArn - The Amazon Resource Name (ARN) of the CodeReview object.
      • getCodeReviewArn

        public String getCodeReviewArn()

        The Amazon Resource Name (ARN) of the CodeReview object.

        Returns:
        The Amazon Resource Name (ARN) of the CodeReview object.
      • withCodeReviewArn

        public PutRecommendationFeedbackRequest withCodeReviewArn(String codeReviewArn)

        The Amazon Resource Name (ARN) of the CodeReview object.

        Parameters:
        codeReviewArn - The Amazon Resource Name (ARN) of the CodeReview object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRecommendationId

        public void setRecommendationId(String recommendationId)

        The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

        Parameters:
        recommendationId - The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
      • getRecommendationId

        public String getRecommendationId()

        The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

        Returns:
        The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
      • withRecommendationId

        public PutRecommendationFeedbackRequest withRecommendationId(String recommendationId)

        The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.

        Parameters:
        recommendationId - The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getReactions

        public List<String> getReactions()

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Returns:
        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        See Also:
        Reaction
      • setReactions

        public void setReactions(Collection<String> reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        See Also:
        Reaction
      • withReactions

        public PutRecommendationFeedbackRequest withReactions(String... reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        NOTE: This method appends the values to the existing list (if any). Use setReactions(java.util.Collection) or withReactions(java.util.Collection) if you want to override the existing values.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Reaction
      • withReactions

        public PutRecommendationFeedbackRequest withReactions(Collection<String> reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Reaction
      • withReactions

        public PutRecommendationFeedbackRequest withReactions(Reaction... reactions)

        List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.

        Parameters:
        reactions - List for storing reactions. Reactions are utf-8 text code for emojis. If you send an empty list it clears all your feedback.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Reaction
      • 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 によって変換されたページ (->オリジナル) /