Class EnabledBaselineSummary

    • Method Detail

      • arn

        public final String arn()

        The ARN of the EnabledBaseline resource

        Returns:
        The ARN of the EnabledBaseline resource
      • baselineIdentifier

        public final String baselineIdentifier()

        The specific baseline that is enabled as part of the EnabledBaseline resource.

        Returns:
        The specific baseline that is enabled as part of the EnabledBaseline resource.
      • baselineVersion

        public final String baselineVersion()

        The enabled version of the baseline.

        Returns:
        The enabled version of the baseline.
      • statusSummary

        public final EnablementStatusSummary statusSummary()
        Returns the value of the StatusSummary property for this object.
        Returns:
        The value of the StatusSummary property for this object.
      • targetIdentifier

        public final String targetIdentifier()

        The target upon which the baseline is enabled.

        Returns:
        The target upon which the baseline is enabled.
      • 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)