Class LoggingConfig

    • Method Detail

      • recordAllRosTopics

        @Deprecated
        public final Boolean recordAllRosTopics()
        Deprecated.
        AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html.

        A boolean indicating whether to record all ROS topics.

        This API is no longer supported and will throw an error if used.

        Returns:
        A boolean indicating whether to record all ROS topics.

        This API is no longer supported and will throw an error if used.

      • 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)