@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchUsersByImageRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| SearchUsersByImageRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchUsersByImageRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getCollectionId()
 The ID of an existing collection containing the UserID. | 
| Image | getImage() | 
| Integer | getMaxUsers()
 Maximum number of UserIDs to return. | 
| String | getQualityFilter()
 A filter that specifies a quality bar for how much filtering is done to identify faces. | 
| Float | getUserMatchThreshold()
 Specifies the minimum confidence in the UserID match to return. | 
| int | hashCode() | 
| void | setCollectionId(String collectionId)
 The ID of an existing collection containing the UserID. | 
| void | setImage(Image image) | 
| void | setMaxUsers(Integer maxUsers)
 Maximum number of UserIDs to return. | 
| void | setQualityFilter(String qualityFilter)
 A filter that specifies a quality bar for how much filtering is done to identify faces. | 
| void | setUserMatchThreshold(Float userMatchThreshold)
 Specifies the minimum confidence in the UserID match to return. | 
| String | toString()Returns a string representation of this object. | 
| SearchUsersByImageRequest | withCollectionId(String collectionId)
 The ID of an existing collection containing the UserID. | 
| SearchUsersByImageRequest | withImage(Image image) | 
| SearchUsersByImageRequest | withMaxUsers(Integer maxUsers)
 Maximum number of UserIDs to return. | 
| SearchUsersByImageRequest | withQualityFilter(QualityFilter qualityFilter)
 A filter that specifies a quality bar for how much filtering is done to identify faces. | 
| SearchUsersByImageRequest | withQualityFilter(String qualityFilter)
 A filter that specifies a quality bar for how much filtering is done to identify faces. | 
| SearchUsersByImageRequest | withUserMatchThreshold(Float userMatchThreshold)
 Specifies the minimum confidence in the UserID match to return. | 
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, withSdkRequestTimeoutpublic void setCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
collectionId - The ID of an existing collection containing the UserID.public String getCollectionId()
The ID of an existing collection containing the UserID.
public SearchUsersByImageRequest withCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
collectionId - The ID of an existing collection containing the UserID.public void setImage(Image image)
image - public Image getImage()
public SearchUsersByImageRequest withImage(Image image)
image - public void setUserMatchThreshold(Float userMatchThreshold)
Specifies the minimum confidence in the UserID match to return. Default value is 80.
userMatchThreshold - Specifies the minimum confidence in the UserID match to return. Default value is 80.public Float getUserMatchThreshold()
Specifies the minimum confidence in the UserID match to return. Default value is 80.
public SearchUsersByImageRequest withUserMatchThreshold(Float userMatchThreshold)
Specifies the minimum confidence in the UserID match to return. Default value is 80.
userMatchThreshold - Specifies the minimum confidence in the UserID match to return. Default value is 80.public void setMaxUsers(Integer maxUsers)
Maximum number of UserIDs to return.
maxUsers - Maximum number of UserIDs to return.public Integer getMaxUsers()
Maximum number of UserIDs to return.
public SearchUsersByImageRequest withMaxUsers(Integer maxUsers)
Maximum number of UserIDs to return.
maxUsers - Maximum number of UserIDs to return.public void setQualityFilter(String qualityFilter)
A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.
qualityFilter - A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces
        aren't searched for in the collection. The default value is NONE.QualityFilterpublic String getQualityFilter()
A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.
QualityFilterpublic SearchUsersByImageRequest withQualityFilter(String qualityFilter)
A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.
qualityFilter - A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces
        aren't searched for in the collection. The default value is NONE.QualityFilterpublic SearchUsersByImageRequest withQualityFilter(QualityFilter qualityFilter)
A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces aren't searched for in the collection. The default value is NONE.
qualityFilter - A filter that specifies a quality bar for how much filtering is done to identify faces. Filtered faces
        aren't searched for in the collection. The default value is NONE.QualityFilterpublic String toString()
toString in class ObjectObject.toString()public SearchUsersByImageRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()