Class UpdateGroupRequest

    • Method Detail

      • groupName

        @Deprecated
        public final String groupName()
        Deprecated.
        This field is deprecated, use Group instead.

        Don't use this parameter. Use Group instead.

        Returns:
        Don't use this parameter. Use Group instead.
      • group

        public final String group()

        The name or the ARN of the resource group to modify.

        Returns:
        The name or the ARN of the resource group to modify.
      • description

        public final String description()

        The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.

        Returns:
        The new description that you want to update the resource group with. Descriptions can contain letters, numbers, hyphens, underscores, periods, and spaces.
      • 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