Class ListSkillsRequest

    • Method Detail

      • skillGroupArn

        public final String skillGroupArn()

        The ARN of the skill group for which to list enabled skills.

        Returns:
        The ARN of the skill group for which to list enabled skills.
      • skillTypeAsString

        public final String skillTypeAsString()

        Whether the skill is publicly available or is a private skill.

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

        Returns:
        Whether the skill is publicly available or is a private skill.
        See Also:
        SkillTypeFilter
      • nextToken

        public final String nextToken()

        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.

        Returns:
        An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token, up to the value specified by MaxResults.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.

        Returns:
        The maximum number of results to include in the response. If more results exist than the specified MaxResults value, a token is included in the response so that the remaining results can be retrieved.
      • 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