@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeRecommendationFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeRecommendationFeedbackRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeRecommendationFeedbackRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCodeReviewArn()
The Amazon Resource Name (ARN) that identifies the code review.
|
String |
getRecommendationId()
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
|
String |
getUserId()
Optional parameter to describe the feedback for a given user.
|
int |
hashCode() |
void |
setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
|
void |
setRecommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
|
void |
setUserId(String userId)
Optional parameter to describe the feedback for a given user.
|
String |
toString()
Returns a string representation of this object.
|
DescribeRecommendationFeedbackRequest |
withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
|
DescribeRecommendationFeedbackRequest |
withRecommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
|
DescribeRecommendationFeedbackRequest |
withUserId(String userId)
Optional parameter to describe the feedback for a given user.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeRecommendationFeedbackRequest()
public void setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
codeReviewArn - The Amazon Resource Name (ARN) that identifies the code review.public String getCodeReviewArn()
The Amazon Resource Name (ARN) that identifies the code review.
public DescribeRecommendationFeedbackRequest withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
codeReviewArn - The Amazon Resource Name (ARN) that identifies the code review.public void setRecommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
recommendationId - The recommendation ID that can be used to track the provided recommendations and then to collect the
feedback.public String getRecommendationId()
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
public DescribeRecommendationFeedbackRequest withRecommendationId(String recommendationId)
The recommendation ID that can be used to track the provided recommendations and then to collect the feedback.
recommendationId - The recommendation ID that can be used to track the provided recommendations and then to collect the
feedback.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.
userId - Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the
user making the request.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.
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.
userId - Optional parameter to describe the feedback for a given user. If this is not supplied, it defaults to the
user making the request.public String toString()
toString in class ObjectObject.toString()public DescribeRecommendationFeedbackRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.