Class ListLogPatternsRequest

    • Method Detail

      • resourceGroupName

        public final String resourceGroupName()

        The name of the resource group.

        Returns:
        The name of the resource group.
      • patternSetName

        public final String patternSetName()

        The name of the log pattern set.

        Returns:
        The name of the log pattern set.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.

        Returns:
        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned NextToken value.
      • nextToken

        public final String nextToken()

        The token to request the next page of results.

        Returns:
        The token to request the next page of results.
      • accountId

        public final String accountId()

        The AWS account ID for the resource group owner.

        Returns:
        The AWS account ID for the resource group owner.
      • 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