@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRecommendationFeedbackRequest extends CodeGuruReviewerRequest implements ToCopyableBuilder<DescribeRecommendationFeedbackRequest.Builder,DescribeRecommendationFeedbackRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRecommendationFeedbackRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeRecommendationFeedbackRequest.Builder |
builder() |
String |
codeReviewArn()
The Amazon Resource Name (ARN) of the CodeReview object.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recommendationId()
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRecommendationFeedbackRequest.Builder> |
serializableBuilderClass() |
DescribeRecommendationFeedbackRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
Optional parameter to describe the feedback for a given user.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String codeReviewArn()
The Amazon Resource Name (ARN) of the CodeReview object.
public final String recommendationId()
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
public final 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.
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.
public DescribeRecommendationFeedbackRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRecommendationFeedbackRequest.Builder,DescribeRecommendationFeedbackRequest>toBuilder in class CodeGuruReviewerRequestpublic static DescribeRecommendationFeedbackRequest.Builder builder()
public static Class<? extends DescribeRecommendationFeedbackRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.