Class SearchImageSetsRequest

    • Method Detail

      • datastoreId

        public final String datastoreId()

        The identifier of the data store where the image sets reside.

        Returns:
        The identifier of the data store where the image sets reside.
      • searchCriteria

        public final SearchCriteria searchCriteria()

        The search criteria that filters by applying a maximum of 1 item to SearchByAttribute.

        Returns:
        The search criteria that filters by applying a maximum of 1 item to SearchByAttribute.
      • maxResults

        public final Integer maxResults()

        The maximum number of results that can be returned in a search.

        Returns:
        The maximum number of results that can be returned in a search.
      • nextToken

        public final String nextToken()

        The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.

        Returns:
        The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.
      • 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