Class LoggingConfigurationMetadata

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The date and time that the logging configuration was created.

        Returns:
        The date and time that the logging configuration was created.
      • logGroupArn

        public final String logGroupArn()

        The ARN of the CloudWatch log group to which the vended log data will be published.

        Returns:
        The ARN of the CloudWatch log group to which the vended log data will be published.
      • modifiedAt

        public final Instant modifiedAt()

        The date and time that the logging configuration was most recently changed.

        Returns:
        The date and time that the logging configuration was most recently changed.
      • status

        public final LoggingConfigurationStatus status()

        The current status of the logging configuration.

        Returns:
        The current status of the logging configuration.
      • workspace

        public final String workspace()

        The ID of the workspace the logging configuration is for.

        Returns:
        The ID of the workspace the logging configuration is for.
      • 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)