Class GetSimilarProfilesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.customerprofiles.model.CustomerProfilesRequest
-
- software.amazon.awssdk.services.customerprofiles.model.GetSimilarProfilesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetSimilarProfilesRequest extends CustomerProfilesRequest implements ToCopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetSimilarProfilesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetSimilarProfilesRequest.Builderbuilder()StringdomainName()The unique name of the domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()MatchTypematchType()Specify the type of matching to get similar profiles for.StringmatchTypeAsString()Specify the type of matching to get similar profiles for.IntegermaxResults()The maximum number of objects returned per page.StringnextToken()The pagination token from the previousGetSimilarProfilesAPI call.List<SdkField<?>>sdkFields()StringsearchKey()The string indicating the search key to be used.StringsearchValue()The string based onSearchKeyto be searched for similar profiles.static Class<? extends GetSimilarProfilesRequest.Builder>serializableBuilderClass()GetSimilarProfilesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nextToken
public final String nextToken()
The pagination token from the previous
GetSimilarProfilesAPI call.- Returns:
- The pagination token from the previous
GetSimilarProfilesAPI call.
-
maxResults
public final Integer maxResults()
The maximum number of objects returned per page.
- Returns:
- The maximum number of objects returned per page.
-
domainName
public final String domainName()
The unique name of the domain.
- Returns:
- The unique name of the domain.
-
matchType
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,
matchTypewill returnMatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommatchTypeAsString().- Returns:
- Specify the type of matching to get similar profiles for.
- See Also:
MatchType
-
matchTypeAsString
public 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,
matchTypewill returnMatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommatchTypeAsString().- Returns:
- Specify the type of matching to get similar profiles for.
- See Also:
MatchType
-
searchKey
public final String searchKey()
The string indicating the search key to be used.
- Returns:
- The string indicating the search key to be used.
-
searchValue
public final String searchValue()
The string based on
SearchKeyto be searched for similar profiles.- Returns:
- The string based on
SearchKeyto be searched for similar profiles.
-
toBuilder
public GetSimilarProfilesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetSimilarProfilesRequest.Builder,GetSimilarProfilesRequest>- Specified by:
toBuilderin classCustomerProfilesRequest
-
builder
public static GetSimilarProfilesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetSimilarProfilesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-