* The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token
* when the number of records in the response is greater than the MaxRecords
value. To retrieve the
* next page, make the call again using the returned token and keeping all other arguments unchanged.
*
* The list of recommendations of target engines that Fleet Advisor created for the source database. *
*/ private java.util.List
* The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token
* when the number of records in the response is greater than the MaxRecords
value. To retrieve the
* next page, make the call again using the returned token and keeping all other arguments unchanged.
*
MaxRecords
value. To
* retrieve the next page, make the call again using the returned token and keeping all other arguments
* unchanged.
*/
public void setNextToken(String nextToken) {
this.nextToken = nextToken;
}
/**
*
* The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token
* when the number of records in the response is greater than the MaxRecords
value. To retrieve the
* next page, make the call again using the returned token and keeping all other arguments unchanged.
*
MaxRecords
value. To
* retrieve the next page, make the call again using the returned token and keeping all other arguments
* unchanged.
*/
public String getNextToken() {
return this.nextToken;
}
/**
*
* The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token
* when the number of records in the response is greater than the MaxRecords
value. To retrieve the
* next page, make the call again using the returned token and keeping all other arguments unchanged.
*
MaxRecords
value. To
* retrieve the next page, make the call again using the returned token and keeping all other arguments
* unchanged.
* @return Returns a reference to this object so that method calls can be chained together.
*/
public DescribeRecommendationsResult withNextToken(String nextToken) {
setNextToken(nextToken);
return this;
}
/**
* * The list of recommendations of target engines that Fleet Advisor created for the source database. *
* * @return The list of recommendations of target engines that Fleet Advisor created for the source database. */ public java.util.List* The list of recommendations of target engines that Fleet Advisor created for the source database. *
* * @param recommendations * The list of recommendations of target engines that Fleet Advisor created for the source database. */ public void setRecommendations(java.util.Collection* The list of recommendations of target engines that Fleet Advisor created for the source database. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setRecommendations(java.util.Collection)} or {@link #withRecommendations(java.util.Collection)} if you * want to override the existing values. *
* * @param recommendations * The list of recommendations of target engines that Fleet Advisor created for the source database. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeRecommendationsResult withRecommendations(Recommendation... recommendations) { if (this.recommendations == null) { setRecommendations(new java.util.ArrayList* The list of recommendations of target engines that Fleet Advisor created for the source database. *
* * @param recommendations * The list of recommendations of target engines that Fleet Advisor created for the source database. * @return Returns a reference to this object so that method calls can be chained together. */ public DescribeRecommendationsResult withRecommendations(java.util.Collection