Class EngagementSummary

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the created Engagement.

        Returns:
        The Amazon Resource Name (ARN) of the created Engagement.
      • createdAt

        public final Instant createdAt()

        The date and time when the Engagement was created.

        Returns:
        The date and time when the Engagement was created.
      • createdBy

        public final String createdBy()

        The AWS Account ID of the Engagement creator.

        Returns:
        The AWS Account ID of the Engagement creator.
      • id

        public final String id()

        The unique identifier for the Engagement.

        Returns:
        The unique identifier for the Engagement.
      • memberCount

        public final Integer memberCount()

        The number of members in the Engagement.

        Returns:
        The number of members in the Engagement.
      • title

        public final String title()

        The title of the Engagement.

        Returns:
        The title of the Engagement.
      • 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)