Class ListMapsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        An optional limit for the number of resources returned in a single call.

        Default value: 100

        Returns:
        An optional limit for the number of resources returned in a single call.

        Default value: 100

      • nextToken

        public final String nextToken()

        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Default value: null

        Returns:
        The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.

        Default value: null

      • 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