Class ListQualificationTypesRequest

    • Method Detail

      • query

        public final String query()

        A text query against all of the searchable attributes of Qualification types.

        Returns:
        A text query against all of the searchable attributes of Qualification types.
      • mustBeRequestable

        public final Boolean mustBeRequestable()

        Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.

        Returns:
        Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
      • mustBeOwnedByCaller

        public final Boolean mustBeOwnedByCaller()

        Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.

        Returns:
        Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
      • nextToken

        public final String nextToken()
        Returns the value of the NextToken property for this object.
        Returns:
        The value of the NextToken property for this object.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call.

        Returns:
        The maximum number of results to return in a single call.
      • 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