Class ListProjectProfilesRequest

    • Method Detail

      • domainIdentifier

        public final String domainIdentifier()

        The ID of the domain where you want to list project profiles.

        Returns:
        The ID of the domain where you want to list project profiles.
      • maxResults

        public final Integer maxResults()

        The maximum number of project profiles to return in a single call to ListProjectProfiles. When the number of project profiles 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 ListProjectProfiles to list the next set of project profiles.

        Returns:
        The maximum number of project profiles to return in a single call to ListProjectProfiles. When the number of project profiles 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 ListProjectProfiles to list the next set of project profiles.
      • name

        public final String name()

        The name of a project profile.

        Returns:
        The name of a project profile.
      • nextToken

        public final String nextToken()

        When the number of project profiles 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 project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles.

        Returns:
        When the number of project profiles 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 project profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectProfiles to list the next set of project profiles.
      • sortByAsString

        public final String sortByAsString()

        Specifies by what to sort project profiles.

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

        Returns:
        Specifies by what to sort project profiles.
        See Also:
        SortFieldProject
      • sortOrder

        public final SortOrder sortOrder()

        Specifies the sort order of the project profiles.

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

        Returns:
        Specifies the sort order of the project profiles.
        See Also:
        SortOrder
      • sortOrderAsString

        public final String sortOrderAsString()

        Specifies the sort order of the project profiles.

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

        Returns:
        Specifies the sort order of the project profiles.
        See Also:
        SortOrder
      • 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