Class BrokerSoftwareInfo

    • Method Detail

      • configurationArn

        public final String configurationArn()

        The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

        Returns:

        The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn't visible in this preview release.

      • configurationRevision

        public final Long configurationRevision()

        The revision of the configuration to use. This field isn't visible in this preview release.

        Returns:

        The revision of the configuration to use. This field isn't visible in this preview release.

      • kafkaVersion

        public final String kafkaVersion()

        The version of Apache Kafka.

        Returns:

        The version of Apache Kafka.

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