@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeRecommendationFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.