@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSimilarProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetSimilarProfilesRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetSimilarProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The unique name of the domain.
|
String |
getMatchType()
Specify the type of matching to get similar profiles for.
|
Integer |
getMaxResults()
The maximum number of objects returned per page.
|
String |
getNextToken()
The pagination token from the previous
GetSimilarProfiles API call. |
String |
getSearchKey()
The string indicating the search key to be used.
|
String |
getSearchValue()
The string based on
SearchKey to be searched for similar profiles. |
int |
hashCode() |
void |
setDomainName(String domainName)
The unique name of the domain.
|
void |
setMatchType(String matchType)
Specify the type of matching to get similar profiles for.
|
void |
setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
void |
setNextToken(String nextToken)
The pagination token from the previous
GetSimilarProfiles API call. |
void |
setSearchKey(String searchKey)
The string indicating the search key to be used.
|
void |
setSearchValue(String searchValue)
The string based on
SearchKey to be searched for similar profiles. |
String |
toString()
Returns a string representation of this object.
|
GetSimilarProfilesRequest |
withDomainName(String domainName)
The unique name of the domain.
|
GetSimilarProfilesRequest |
withMatchType(MatchType matchType)
Specify the type of matching to get similar profiles for.
|
GetSimilarProfilesRequest |
withMatchType(String matchType)
Specify the type of matching to get similar profiles for.
|
GetSimilarProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
|
GetSimilarProfilesRequest |
withNextToken(String nextToken)
The pagination token from the previous
GetSimilarProfiles API call. |
GetSimilarProfilesRequest |
withSearchKey(String searchKey)
The string indicating the search key to be used.
|
GetSimilarProfilesRequest |
withSearchValue(String searchValue)
The string based on
SearchKey to be searched for similar profiles. |
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 setNextToken(String nextToken)
The pagination token from the previous GetSimilarProfiles API call.
nextToken - The pagination token from the previous GetSimilarProfiles API call.public String getNextToken()
The pagination token from the previous GetSimilarProfiles API call.
GetSimilarProfiles API call.public GetSimilarProfilesRequest withNextToken(String nextToken)
The pagination token from the previous GetSimilarProfiles API call.
nextToken - The pagination token from the previous GetSimilarProfiles API call.public void setMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.public Integer getMaxResults()
The maximum number of objects returned per page.
public GetSimilarProfilesRequest withMaxResults(Integer maxResults)
The maximum number of objects returned per page.
maxResults - The maximum number of objects returned per page.public void setDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public String getDomainName()
The unique name of the domain.
public GetSimilarProfilesRequest withDomainName(String domainName)
The unique name of the domain.
domainName - The unique name of the domain.public void setMatchType(String matchType)
Specify the type of matching to get similar profiles for.
matchType - Specify the type of matching to get similar profiles for.MatchTypepublic String getMatchType()
Specify the type of matching to get similar profiles for.
MatchTypepublic GetSimilarProfilesRequest withMatchType(String matchType)
Specify the type of matching to get similar profiles for.
matchType - Specify the type of matching to get similar profiles for.MatchTypepublic GetSimilarProfilesRequest withMatchType(MatchType matchType)
Specify the type of matching to get similar profiles for.
matchType - Specify the type of matching to get similar profiles for.MatchTypepublic void setSearchKey(String searchKey)
The string indicating the search key to be used.
searchKey - The string indicating the search key to be used.public String getSearchKey()
The string indicating the search key to be used.
public GetSimilarProfilesRequest withSearchKey(String searchKey)
The string indicating the search key to be used.
searchKey - The string indicating the search key to be used.public void setSearchValue(String searchValue)
The string based on SearchKey to be searched for similar profiles.
searchValue - The string based on SearchKey to be searched for similar profiles.public String getSearchValue()
The string based on SearchKey to be searched for similar profiles.
SearchKey to be searched for similar profiles.public GetSimilarProfilesRequest withSearchValue(String searchValue)
The string based on SearchKey to be searched for similar profiles.
searchValue - The string based on SearchKey to be searched for similar profiles.public String toString()
toString in class ObjectObject.toString()public GetSimilarProfilesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()