@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SearchUserProfilesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
SearchUserProfilesRequest() |
Modifier and Type | Method and Description |
---|---|
SearchUserProfilesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainIdentifier()
The identifier of the Amazon DataZone domain in which you want to search user profiles.
|
Integer |
getMaxResults()
The maximum number of results to return in a single call to
SearchUserProfiles . |
String |
getNextToken()
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken . |
String |
getSearchText()
Specifies the text for which to search.
|
String |
getUserType()
Specifies the user type for the
SearchUserProfiles action. |
int |
hashCode() |
void |
setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search user profiles.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchUserProfiles . |
void |
setNextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken . |
void |
setSearchText(String searchText)
Specifies the text for which to search.
|
void |
setUserType(String userType)
Specifies the user type for the
SearchUserProfiles action. |
String |
toString()
Returns a string representation of this object.
|
SearchUserProfilesRequest |
withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search user profiles.
|
SearchUserProfilesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call to
SearchUserProfiles . |
SearchUserProfilesRequest |
withNextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if you
explicitly specify a value for MaxResults that is less than the number of results, the response
includes a pagination token named NextToken . |
SearchUserProfilesRequest |
withSearchText(String searchText)
Specifies the text for which to search.
|
SearchUserProfilesRequest |
withUserType(String userType)
Specifies the user type for the
SearchUserProfiles action. |
SearchUserProfilesRequest |
withUserType(UserSearchType userType)
Specifies the user type for the
SearchUserProfiles action. |
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, withSdkRequestTimeout
public void setDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search user profiles.
domainIdentifier
- The identifier of the Amazon DataZone domain in which you want to search user profiles.public String getDomainIdentifier()
The identifier of the Amazon DataZone domain in which you want to search user profiles.
public SearchUserProfilesRequest withDomainIdentifier(String domainIdentifier)
The identifier of the Amazon DataZone domain in which you want to search user profiles.
domainIdentifier
- The identifier of the Amazon DataZone domain in which you want to search user profiles.public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call to SearchUserProfiles
. When the number of
results to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to SearchUserProfiles
to list the
next set of results.
maxResults
- The maximum number of results to return in a single call to SearchUserProfiles
. When the
number of results to be listed is greater than the value of MaxResults
, the response contains
a NextToken
value that you can use in a subsequent call to SearchUserProfiles
to
list the next set of results.public Integer getMaxResults()
The maximum number of results to return in a single call to SearchUserProfiles
. When the number of
results to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to SearchUserProfiles
to list the
next set of results.
SearchUserProfiles
. When the
number of results to be listed is greater than the value of MaxResults
, the response
contains a NextToken
value that you can use in a subsequent call to
SearchUserProfiles
to list the next set of results.public SearchUserProfilesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call to SearchUserProfiles
. When the number of
results to be listed is greater than the value of MaxResults
, the response contains a
NextToken
value that you can use in a subsequent call to SearchUserProfiles
to list the
next set of results.
maxResults
- The maximum number of results to return in a single call to SearchUserProfiles
. When the
number of results to be listed is greater than the value of MaxResults
, the response contains
a NextToken
value that you can use in a subsequent call to SearchUserProfiles
to
list the next set of results.public void setNextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults
parameter, or if you
explicitly specify a value for MaxResults
that is less than the number of results, the response
includes a pagination token named NextToken
. You can specify this NextToken
value in a
subsequent call to SearchUserProfiles
to list the next set of results.
nextToken
- When the number of results is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of results, the
response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to SearchUserProfiles
to list the next set
of results.public String getNextToken()
When the number of results is greater than the default value for the MaxResults
parameter, or if you
explicitly specify a value for MaxResults
that is less than the number of results, the response
includes a pagination token named NextToken
. You can specify this NextToken
value in a
subsequent call to SearchUserProfiles
to list the next set of results.
MaxResults
parameter,
or if you explicitly specify a value for MaxResults
that is less than the number of results,
the response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to SearchUserProfiles
to list the next set
of results.public SearchUserProfilesRequest withNextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults
parameter, or if you
explicitly specify a value for MaxResults
that is less than the number of results, the response
includes a pagination token named NextToken
. You can specify this NextToken
value in a
subsequent call to SearchUserProfiles
to list the next set of results.
nextToken
- When the number of results is greater than the default value for the MaxResults
parameter, or
if you explicitly specify a value for MaxResults
that is less than the number of results, the
response includes a pagination token named NextToken
. You can specify this
NextToken
value in a subsequent call to SearchUserProfiles
to list the next set
of results.public void setSearchText(String searchText)
Specifies the text for which to search.
searchText
- Specifies the text for which to search.public String getSearchText()
Specifies the text for which to search.
public SearchUserProfilesRequest withSearchText(String searchText)
Specifies the text for which to search.
searchText
- Specifies the text for which to search.public void setUserType(String userType)
Specifies the user type for the SearchUserProfiles
action.
userType
- Specifies the user type for the SearchUserProfiles
action.UserSearchType
public String getUserType()
Specifies the user type for the SearchUserProfiles
action.
SearchUserProfiles
action.UserSearchType
public SearchUserProfilesRequest withUserType(String userType)
Specifies the user type for the SearchUserProfiles
action.
userType
- Specifies the user type for the SearchUserProfiles
action.UserSearchType
public SearchUserProfilesRequest withUserType(UserSearchType userType)
Specifies the user type for the SearchUserProfiles
action.
userType
- Specifies the user type for the SearchUserProfiles
action.UserSearchType
public String toString()
toString
in class Object
Object.toString()
public SearchUserProfilesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()