Class ListGeofencesRequest

    • Method Detail

      • collectionName

        public final String collectionName()

        The name of the geofence collection storing the list of geofences.

        Returns:
        The name of the geofence collection storing the list of geofences.
      • 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

      • maxResults

        public final Integer maxResults()

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

        Default value: 100

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

        Default value: 100

      • 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