Class ManagedNotificationChildEventOverview

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the ManagedNotificationChildEvent.

        Returns:
        The Amazon Resource Name (ARN) of the ManagedNotificationChildEvent.
      • managedNotificationConfigurationArn

        public final String managedNotificationConfigurationArn()

        The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.

        Returns:
        The Amazon Resource Name (ARN) of the ManagedNotificationConfiguration.
      • relatedAccount

        public final String relatedAccount()

        The account that related to the ManagedNotificationChildEvent.

        Returns:
        The account that related to the ManagedNotificationChildEvent.
      • creationTime

        public final Instant creationTime()

        The creation time of the ManagedNotificationChildEvent.

        Returns:
        The creation time of the ManagedNotificationChildEvent.
      • childEvent

        public final ManagedNotificationChildEventSummary childEvent()

        The content of the ManagedNotificationChildEvent.

        Returns:
        The content of the ManagedNotificationChildEvent.
      • aggregateManagedNotificationEventArn

        public final String aggregateManagedNotificationEventArn()

        The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ManagedNotificationChildEvent.

        Returns:
        The Amazon Resource Name (ARN) of the ManagedNotificationEvent that is associated with this ManagedNotificationChildEvent.
      • organizationalUnitId

        public final String organizationalUnitId()

        The Organizational Unit Id that an AWS account belongs to.

        Returns:
        The Organizational Unit Id that an AWS account belongs to.
      • 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)