@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) that identifies the code review.
|
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()
Filter on recommendationIds that need to be applied before displaying the result.
|
List<String> |
getUserIds()
Filter on userIds that need to be applied before displaying the result.
|
int |
hashCode() |
void |
setCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
|
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)
Filter on recommendationIds that need to be applied before displaying the result.
|
void |
setUserIds(Collection<String> userIds)
Filter on userIds that need to be applied before displaying the result.
|
String |
toString()
Returns a string representation of this object.
|
ListRecommendationFeedbackRequest |
withCodeReviewArn(String codeReviewArn)
The Amazon Resource Name (ARN) that identifies the code review.
|
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)
Filter on recommendationIds that need to be applied before displaying the result.
|
ListRecommendationFeedbackRequest |
withRecommendationIds(String... recommendationIds)
Filter on recommendationIds that need to be applied before displaying the result.
|
ListRecommendationFeedbackRequest |
withUserIds(Collection<String> userIds)
Filter on userIds that need to be applied before displaying the result.
|
ListRecommendationFeedbackRequest |
withUserIds(String... userIds)
Filter on userIds that need to be applied before displaying the result.
|
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.
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) 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 ListRecommendationFeedbackRequest 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 List<String> getUserIds()
Filter on userIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a code review from a given user.
public void setUserIds(Collection<String> userIds)
Filter on userIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a code review from a given user.
userIds
- Filter on userIds that need to be applied before displaying the result. This can be used to query all the
recommendation feedback for a code review from a given user.public ListRecommendationFeedbackRequest withUserIds(String... userIds)
Filter on userIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a code review from a given user.
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
- Filter on userIds that need to be applied before displaying the result. This can be used to query all the
recommendation feedback for a code review from a given user.public ListRecommendationFeedbackRequest withUserIds(Collection<String> userIds)
Filter on userIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a code review from a given user.
userIds
- Filter on userIds that need to be applied before displaying the result. This can be used to query all the
recommendation feedback for a code review from a given user.public List<String> getRecommendationIds()
Filter on recommendationIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a given recommendation.
public void setRecommendationIds(Collection<String> recommendationIds)
Filter on recommendationIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a given recommendation.
recommendationIds
- Filter on recommendationIds that need to be applied before displaying the result. This can be used to
query all the recommendation feedback for a given recommendation.public ListRecommendationFeedbackRequest withRecommendationIds(String... recommendationIds)
Filter on recommendationIds that need to be applied before displaying the result. This can be used to query all 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
- Filter on recommendationIds that need to be applied before displaying the result. This can be used to
query all the recommendation feedback for a given recommendation.public ListRecommendationFeedbackRequest withRecommendationIds(Collection<String> recommendationIds)
Filter on recommendationIds that need to be applied before displaying the result. This can be used to query all the recommendation feedback for a given recommendation.
recommendationIds
- Filter on recommendationIds that need to be applied before displaying the result. This can be used to
query all 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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.