Class GetSimilarProfilesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        The pagination token from the previous GetSimilarProfiles API call.

        Returns:
        The pagination token from the previous GetSimilarProfiles API 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, matchType will return MatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from matchTypeAsString().

        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, matchType will return MatchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from matchTypeAsString().

        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 SearchKey to be searched for similar profiles.

        Returns:
        The string based on SearchKey to be searched for similar profiles.
      • 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.
        Overrides:
        toString in class Object