Class ListGroupResourcesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.

        Returns:
        A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
      • maxResults

        public final Integer maxResults()

        Specify this parameter to limit how many canary ARNs are returned each time you use the ListGroupResources operation. If you omit this parameter, the default of 20 is used.

        Returns:
        Specify this parameter to limit how many canary ARNs are returned each time you use the ListGroupResources operation. If you omit this parameter, the default of 20 is used.
      • groupIdentifier

        public final String groupIdentifier()

        Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.

        Returns:
        Specifies the group to return information for. You can specify the group name, the ARN, or the group ID as the GroupIdentifier.
      • 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