@Generated(value="software.amazon.awssdk:codegen") public final class GetSimilarProfilesRequest extends CustomerProfilesRequest implements ToCopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetSimilarProfilesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSimilarProfilesRequest.Builder |
builder() |
String |
domainName()
The unique name of the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
MatchType |
matchType()
Specify the type of matching to get similar profiles for.
|
String |
matchTypeAsString()
Specify the type of matching to get similar profiles for.
|
Integer |
maxResults()
The maximum number of objects returned per page.
|
String |
nextToken()
The pagination token from the previous
GetSimilarProfiles API call. |
List<SdkField<?>> |
sdkFields() |
String |
searchKey()
The string indicating the search key to be used.
|
String |
searchValue()
The string based on
SearchKey to be searched for similar profiles. |
static Class<? extends GetSimilarProfilesRequest.Builder> |
serializableBuilderClass() |
GetSimilarProfilesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
The pagination token from the previous GetSimilarProfiles API call.
GetSimilarProfiles API call.public final Integer maxResults()
The maximum number of objects returned per page.
public final String domainName()
The unique name of the domain.
public final MatchType matchType()
Specify the type of matching to get similar profiles for.
If the service returns an enum value that is not available in the current SDK version, matchType will
return MatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
matchTypeAsString().
MatchTypepublic final String matchTypeAsString()
Specify the type of matching to get similar profiles for.
If the service returns an enum value that is not available in the current SDK version, matchType will
return MatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
matchTypeAsString().
MatchTypepublic final String searchKey()
The string indicating the search key to be used.
public final String searchValue()
The string based on SearchKey to be searched for similar profiles.
SearchKey to be searched for similar profiles.public GetSimilarProfilesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>toBuilder in class CustomerProfilesRequestpublic static GetSimilarProfilesRequest.Builder builder()
public static Class<? extends GetSimilarProfilesRequest.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.