Class Standard

    • Method Detail

      • standardsArn

        public final String standardsArn()

        The ARN of a standard.

        Returns:
        The ARN of a standard.
      • name

        public final String name()

        The name of the standard.

        Returns:
        The name of the standard.
      • description

        public final String description()

        A description of the standard.

        Returns:
        A description of the standard.
      • enabledByDefault

        public final Boolean enabledByDefault()

        Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.

        When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.

        Returns:
        Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.

        When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.

      • standardsManagedBy

        public final StandardsManagedBy standardsManagedBy()

        Provides details about the management of a standard.

        Returns:
        Provides details about the management of a standard.
      • 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)