Class ListAccessPointsForObjectLambdaRequest

    • Method Detail

      • accountId

        public final String accountId()

        The account ID for the account that owns the specified Object Lambda Access Point.

        Returns:
        The account ID for the account that owns the specified Object Lambda Access Point.
      • nextToken

        public final String nextToken()

        If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.

        Returns:
        If the list has more access points than can be returned in one call to this API, this field contains a continuation token that you can provide in subsequent calls to this API to retrieve additional access points.
      • maxResults

        public final Integer maxResults()

        The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.

        Returns:
        The maximum number of access points that you want to include in the list. The response may contain fewer access points but will never contain more. If there are more than this number of access points, then the response will include a continuation token in the NextToken field that you can use to retrieve the next page of access points.
      • 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