* If there are additional results, this is the token for the next set of results. *
*/ private String nextToken; /** ** The timestamp this version of Match Result generated. *
*/ private java.util.Date matchGenerationDate; /** ** The number of potential matches found. *
*/ private Integer potentialMatches; /** ** The list of matched profiles for this instance. *
*/ private java.util.List* If there are additional results, this is the token for the next set of results. *
* * @param nextToken * If there are additional results, this is the token for the next set of results. */ public void setNextToken(String nextToken) { this.nextToken = nextToken; } /** ** If there are additional results, this is the token for the next set of results. *
* * @return If there are additional results, this is the token for the next set of results. */ public String getNextToken() { return this.nextToken; } /** ** If there are additional results, this is the token for the next set of results. *
* * @param nextToken * If there are additional results, this is the token for the next set of results. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMatchesResult withNextToken(String nextToken) { setNextToken(nextToken); return this; } /** ** The timestamp this version of Match Result generated. *
* * @param matchGenerationDate * The timestamp this version of Match Result generated. */ public void setMatchGenerationDate(java.util.Date matchGenerationDate) { this.matchGenerationDate = matchGenerationDate; } /** ** The timestamp this version of Match Result generated. *
* * @return The timestamp this version of Match Result generated. */ public java.util.Date getMatchGenerationDate() { return this.matchGenerationDate; } /** ** The timestamp this version of Match Result generated. *
* * @param matchGenerationDate * The timestamp this version of Match Result generated. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMatchesResult withMatchGenerationDate(java.util.Date matchGenerationDate) { setMatchGenerationDate(matchGenerationDate); return this; } /** ** The number of potential matches found. *
* * @param potentialMatches * The number of potential matches found. */ public void setPotentialMatches(Integer potentialMatches) { this.potentialMatches = potentialMatches; } /** ** The number of potential matches found. *
* * @return The number of potential matches found. */ public Integer getPotentialMatches() { return this.potentialMatches; } /** ** The number of potential matches found. *
* * @param potentialMatches * The number of potential matches found. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMatchesResult withPotentialMatches(Integer potentialMatches) { setPotentialMatches(potentialMatches); return this; } /** ** The list of matched profiles for this instance. *
* * @return The list of matched profiles for this instance. */ public java.util.List* The list of matched profiles for this instance. *
* * @param matches * The list of matched profiles for this instance. */ public void setMatches(java.util.Collection* The list of matched profiles for this instance. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setMatches(java.util.Collection)} or {@link #withMatches(java.util.Collection)} if you want to override * the existing values. *
* * @param matches * The list of matched profiles for this instance. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMatchesResult withMatches(MatchItem... matches) { if (this.matches == null) { setMatches(new java.util.ArrayList* The list of matched profiles for this instance. *
* * @param matches * The list of matched profiles for this instance. * @return Returns a reference to this object so that method calls can be chained together. */ public GetMatchesResult withMatches(java.util.Collection