Class UpdateAttributeGroupRequest

    • Method Detail

      • attributeGroup

        public final String attributeGroup()

        The name, ID, or ARN of the attribute group that holds the attributes to describe the application.

        Returns:
        The name, ID, or ARN of the attribute group that holds the attributes to describe the application.
      • name

        @Deprecated
        public final String name()
        Deprecated.
        Name update for attribute group is deprecated.

        Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.

        Returns:
        Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
      • description

        public final String description()

        The description of the attribute group that the user provides.

        Returns:
        The description of the attribute group that the user provides.
      • attributes

        public final String attributes()

        A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

        Returns:
        A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.
      • 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