@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRecommendationFeedbackRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRecommendationFeedbackRequest() |
Modifier and Type | Method and Description |
---|---|
ListRecommendationFeedbackRequest |
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) of the
CodeReview
object. |
Integer |
getMaxResults()
The maximum number of results that are returned per call.
|
String |
getNextToken()
If
nextToken is returned, there are more results available. |
List<String> |
getRecommendationIds()
Used to query the recommendation feedback for a given recommendation.
|
List<String> |
getUserIds()
An AWS user's account ID or Amazon Resource Name (ARN).
|
int |
hashCode() |
void |
setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the
CodeReview
object. |
void |
setMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
void |
setNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
void |
setRecommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
|
void |
setUserIds(Collection<String> userIds)
An AWS user's account ID or Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendationFeedbackRequest |
withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the
CodeReview
object. |
ListRecommendationFeedbackRequest |
withMaxResults(Integer maxResults)
The maximum number of results that are returned per call.
|
ListRecommendationFeedbackRequest |
withNextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListRecommendationFeedbackRequest |
withRecommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
|
ListRecommendationFeedbackRequest |
withRecommendationIds(String... recommendationIds)
Used to query the recommendation feedback for a given recommendation.
|
ListRecommendationFeedbackRequest |
withUserIds(Collection<String> userIds)
An AWS user's account ID or Amazon Resource Name (ARN).
|
ListRecommendationFeedbackRequest |
withUserIds(String... userIds)
An AWS user's account ID or Amazon Resource Name (ARN).
|
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 void setNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken is a unique
pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.
nextToken
- If nextToken
is returned, there are more results available. The value of nextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged.public String getNextToken()
If nextToken
is returned, there are more results available. The value of nextToken is a unique
pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.
nextToken
is returned, there are more results available. The value of nextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged.public ListRecommendationFeedbackRequest withNextToken(String nextToken)
If nextToken
is returned, there are more results available. The value of nextToken is a unique
pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all
other arguments unchanged.
nextToken
- If nextToken
is returned, there are more results available. The value of nextToken is a
unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged.public void setMaxResults(Integer maxResults)
The maximum number of results that are returned per call. The default is 100.
maxResults
- The maximum number of results that are returned per call. The default is 100.public Integer getMaxResults()
The maximum number of results that are returned per call. The default is 100.
public ListRecommendationFeedbackRequest withMaxResults(Integer maxResults)
The maximum number of results that are returned per call. The default is 100.
maxResults
- The maximum number of results that are returned per call. The default is 100.public void setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview
object.
codeReviewArn
- The Amazon Resource Name (ARN) of the
CodeReview
object.public String getCodeReviewArn()
The Amazon Resource Name (ARN) of the CodeReview
object.
CodeReview
object.public ListRecommendationFeedbackRequest withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) of the CodeReview
object.
codeReviewArn
- The Amazon Resource Name (ARN) of the
CodeReview
object.public List<String> getUserIds()
An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon Resource Name
(ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon
Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
public void setUserIds(Collection<String> userIds)
An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon Resource Name
(ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
userIds
- An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback
for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon
Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
public ListRecommendationFeedbackRequest withUserIds(String... userIds)
An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon Resource Name
(ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
NOTE: This method appends the values to the existing list (if any). Use
setUserIds(java.util.Collection)
or withUserIds(java.util.Collection)
if you want to override
the existing values.
userIds
- An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback
for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon
Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
public ListRecommendationFeedbackRequest withUserIds(Collection<String> userIds)
An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon Resource Name
(ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
userIds
- An AWS user's account ID or Amazon Resource Name (ARN). Use this ID to query the recommendation feedback
for a code review from that user.
The UserId
is an IAM principal that can be specified as an AWS account ID or an Amazon
Resource Name (ARN). For more information, see Specifying a Principal in the AWS Identity and Access Management User Guide.
public List<String> getRecommendationIds()
Used to query the recommendation feedback for a given recommendation.
public void setRecommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
recommendationIds
- Used to query the recommendation feedback for a given recommendation.public ListRecommendationFeedbackRequest withRecommendationIds(String... recommendationIds)
Used to query the recommendation feedback for a given recommendation.
NOTE: This method appends the values to the existing list (if any). Use
setRecommendationIds(java.util.Collection)
or withRecommendationIds(java.util.Collection)
if
you want to override the existing values.
recommendationIds
- Used to query the recommendation feedback for a given recommendation.public ListRecommendationFeedbackRequest withRecommendationIds(Collection<String> recommendationIds)
Used to query the recommendation feedback for a given recommendation.
recommendationIds
- Used to query the recommendation feedback for a given recommendation.public String toString()
toString
in class Object
Object.toString()
public ListRecommendationFeedbackRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()