Class EventTopic

    • Method Detail

      • directoryId

        public final String directoryId()

        The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.

        Returns:
        The Directory ID of an Directory Service directory that will publish status messages to an Amazon SNS topic.
      • topicName

        public final String topicName()

        The name of an Amazon SNS topic the receives status messages from the directory.

        Returns:
        The name of an Amazon SNS topic the receives status messages from the directory.
      • topicArn

        public final String topicArn()

        The Amazon SNS topic ARN (Amazon Resource Name).

        Returns:
        The Amazon SNS topic ARN (Amazon Resource Name).
      • createdDateTime

        public final Instant createdDateTime()

        The date and time of when you associated your directory with the Amazon SNS topic.

        Returns:
        The date and time of when you associated your directory with the Amazon SNS topic.
      • 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)