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 DescribeRecommendationFeedbackRequest

    • Constructor Detail

      • DescribeRecommendationFeedbackRequest

        public DescribeRecommendationFeedbackRequest()
    • 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 DescribeRecommendationFeedbackRequest 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 DescribeRecommendationFeedbackRequest 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.
      • setUserId

        public void setUserId(String userId)

        Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

        The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

        Parameters:
        userId - Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

        The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

      • getUserId

        public String getUserId()

        Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

        The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

        Returns:
        Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

        The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

      • withUserId

        public DescribeRecommendationFeedbackRequest withUserId(String userId)

        Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

        The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

        Parameters:
        userId - Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the user making the request.

        The UserId is an IAM principal that can be specified as an Amazon Web Services account ID or an Amazon Resource Name (ARN). For more information, see Specifying a Principal in the Amazon Web Services Identity and Access Management User Guide.

        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 によって変換されたページ (->オリジナル) /