Class ListGuardrailsRequest

    • Method Detail

      • guardrailIdentifier

        public final String guardrailIdentifier()

        The unique identifier of the guardrail. This can be an ID or the ARN.

        Returns:
        The unique identifier of the guardrail. This can be an ID or the ARN.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in the response.

        Returns:
        The maximum number of results to return in the response.
      • nextToken

        public final String nextToken()

        If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of results.

        Returns:
        If there are more results than were returned in the response, the response returns a nextToken that you can send in another ListGuardrails request to see the next batch of 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