Class GetResourcesRequest

    • Method Detail

      • authenticationToken

        public final String authenticationToken()

        The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

        Returns:
        The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
      • userId

        public final String userId()

        The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.

        Returns:
        The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.
      • limit

        public final Integer limit()

        The maximum number of resources to return.

        Returns:
        The maximum number of resources to return.
      • marker

        public final String marker()

        The marker for the next set of results. This marker was received from a previous call.

        Returns:
        The marker for the next set of results. This marker was received from a previous 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