Class BrokerSummary

    • Method Detail

      • brokerArn

        public final String brokerArn()

        The broker's Amazon Resource Name (ARN).

        Returns:
        The broker's Amazon Resource Name (ARN).
      • brokerId

        public final String brokerId()

        The unique ID that Amazon MQ generates for the broker.

        Returns:
        The unique ID that Amazon MQ generates for the broker.
      • brokerName

        public final String brokerName()

        The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.

        Returns:
        The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
      • brokerStateAsString

        public final String brokerStateAsString()

        The broker's status.

        If the service returns an enum value that is not available in the current SDK version, brokerState will return BrokerState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from brokerStateAsString().

        Returns:
        The broker's status.
        See Also:
        BrokerState
      • created

        public final Instant created()

        The time when the broker was created.

        Returns:
        The time when the broker was created.
      • engineTypeAsString

        public final String engineTypeAsString()

        The type of broker engine.

        If the service returns an enum value that is not available in the current SDK version, engineType will return EngineType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from engineTypeAsString().

        Returns:
        The type of broker engine.
        See Also:
        EngineType
      • hostInstanceType

        public final String hostInstanceType()

        The broker's instance type.

        Returns:
        The broker's instance type.
      • 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)