@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchItem extends Object implements Serializable, Cloneable, StructuredPojo
The Match group object.
| Constructor and Description |
|---|
MatchItem() |
| Modifier and Type | Method and Description |
|---|---|
MatchItem |
clone() |
boolean |
equals(Object obj) |
Double |
getConfidenceScore()
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group.
|
String |
getMatchId()
The unique identifiers for this group of profiles that match.
|
List<String> |
getProfileIds()
A list of identifiers for profiles that match.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setConfidenceScore(Double confidenceScore)
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group.
|
void |
setMatchId(String matchId)
The unique identifiers for this group of profiles that match.
|
void |
setProfileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
|
String |
toString()
Returns a string representation of this object.
|
MatchItem |
withConfidenceScore(Double confidenceScore)
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group.
|
MatchItem |
withMatchId(String matchId)
The unique identifiers for this group of profiles that match.
|
MatchItem |
withProfileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
|
MatchItem |
withProfileIds(String... profileIds)
A list of identifiers for profiles that match.
|
public void setMatchId(String matchId)
The unique identifiers for this group of profiles that match.
matchId - The unique identifiers for this group of profiles that match.public String getMatchId()
The unique identifiers for this group of profiles that match.
public MatchItem withMatchId(String matchId)
The unique identifiers for this group of profiles that match.
matchId - The unique identifiers for this group of profiles that match.public List<String> getProfileIds()
A list of identifiers for profiles that match.
public void setProfileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
profileIds - A list of identifiers for profiles that match.public MatchItem withProfileIds(String... profileIds)
A list of identifiers for profiles that match.
NOTE: This method appends the values to the existing list (if any). Use
setProfileIds(java.util.Collection) or withProfileIds(java.util.Collection) if you want to
override the existing values.
profileIds - A list of identifiers for profiles that match.public MatchItem withProfileIds(Collection<String> profileIds)
A list of identifiers for profiles that match.
profileIds - A list of identifiers for profiles that match.public void setConfidenceScore(Double confidenceScore)
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A score of 1 likely indicates an exact match.
confidenceScore - A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A
score of 1 likely indicates an exact match.public Double getConfidenceScore()
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A score of 1 likely indicates an exact match.
public MatchItem withConfidenceScore(Double confidenceScore)
A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A score of 1 likely indicates an exact match.
confidenceScore - A number between 0 and 1 that represents the confidence level of assigning profiles to a matching group. A
score of 1 likely indicates an exact match.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.