Class ListAccessGrantsInstancesRequest

    • Method Detail

      • accountId

        public final String accountId()

        The ID of the Amazon Web Services account that is making this request.

        Returns:
        The ID of the Amazon Web Services account that is making this request.
      • nextToken

        public final String nextToken()

        A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Instances request in order to retrieve the next page of results.

        Returns:
        A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Instances request in order to retrieve the next page of results.
      • maxResults

        public final Integer maxResults()

        The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.

        Returns:
        The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.
      • 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