Class SearchGroupProfilesRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The identifier of the Amazon DataZone domain in which you want to search group profiles.

        Returns:
        The identifier of the Amazon DataZone domain in which you want to search group profiles.
      • groupTypeAsString

        public final String groupTypeAsString()

        The group type for which to search.

        If the service returns an enum value that is not available in the current SDK version, groupType will return GroupSearchType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from groupTypeAsString().

        Returns:
        The group type for which to search.
        See Also:
        GroupSearchType
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call to SearchGroupProfiles. 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 SearchGroupProfiles to list the next set of results.

        Returns:
        The maximum number of results to return in a single call to SearchGroupProfiles. 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 SearchGroupProfiles to list the next set of results.
      • nextToken

        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 SearchGroupProfiles to list the next set of results.

        Returns:
        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 SearchGroupProfiles to list the next set of results.
      • searchText

        public final String searchText()

        Specifies the text for which to search.

        Returns:
        Specifies the text for which to search.
      • 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