Class ActionGroupSummary

    • Method Detail

      • actionGroupId

        public final String actionGroupId()

        The unique identifier of the action group.

        Returns:
        The unique identifier of the action group.
      • actionGroupName

        public final String actionGroupName()

        The name of the action group.

        Returns:
        The name of the action group.
      • actionGroupStateAsString

        public final String actionGroupStateAsString()

        Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.

        If the service returns an enum value that is not available in the current SDK version, actionGroupState will return ActionGroupState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionGroupStateAsString().

        Returns:
        Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.
        See Also:
        ActionGroupState
      • description

        public final String description()

        The description of the action group.

        Returns:
        The description of the action group.
      • updatedAt

        public final Instant updatedAt()

        The time at which the action group was last updated.

        Returns:
        The time at which the action group was last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)