@Generated(value="software.amazon.awssdk:codegen") public final class SearchUserProfilesRequest extends DataZoneRequest implements ToCopyableBuilder<SearchUserProfilesRequest.Builder,SearchUserProfilesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SearchUserProfilesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SearchUserProfilesRequest.Builder |
builder() |
String |
domainIdentifier()
The identifier of the Amazon DataZone domain in which you want to search user profiles.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a single call to
SearchUserProfiles. |
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. |
List<SdkField<?>> |
sdkFields() |
String |
searchText()
Specifies the text for which to search.
|
static Class<? extends SearchUserProfilesRequest.Builder> |
serializableBuilderClass() |
SearchUserProfilesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserSearchType |
userType()
Specifies the user type for the
SearchUserProfiles action. |
String |
userTypeAsString()
Specifies the user type for the
SearchUserProfiles action. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainIdentifier()
The identifier of the Amazon DataZone domain in which you want to search user profiles.
public final 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.
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 final 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.
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 final String searchText()
Specifies the text for which to search.
public final UserSearchType userType()
Specifies the user type for the SearchUserProfiles action.
If the service returns an enum value that is not available in the current SDK version, userType will
return UserSearchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
userTypeAsString().
SearchUserProfiles action.UserSearchTypepublic final String userTypeAsString()
Specifies the user type for the SearchUserProfiles action.
If the service returns an enum value that is not available in the current SDK version, userType will
return UserSearchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
userTypeAsString().
SearchUserProfiles action.UserSearchTypepublic SearchUserProfilesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SearchUserProfilesRequest.Builder,SearchUserProfilesRequest>toBuilder in class DataZoneRequestpublic static SearchUserProfilesRequest.Builder builder()
public static Class<? extends SearchUserProfilesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.