Class OrganizationAdditionalConfigurationResult

    • Method Detail

      • autoEnable

        public final OrgFeatureStatus autoEnable()

        Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the status for the entire organization:

        • NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically.

        • ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

          It may take up to 24 hours to update the configuration for all the member accounts.

        • NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.

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

        Returns:
        Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the status for the entire organization:

        • NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically.

        • ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

          It may take up to 24 hours to update the configuration for all the member accounts.

        • NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.

        See Also:
        OrgFeatureStatus
      • autoEnableAsString

        public final String autoEnableAsString()

        Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the status for the entire organization:

        • NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically.

        • ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

          It may take up to 24 hours to update the configuration for all the member accounts.

        • NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.

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

        Returns:
        Describes the status of the additional configuration that is configured for the member accounts within the organization. One of the following values is the status for the entire organization:

        • NEW: Indicates that when a new account joins the organization, they will have the additional configuration enabled automatically.

        • ALL: Indicates that all accounts in the organization have the additional configuration enabled automatically. This includes NEW accounts that join the organization and accounts that may have been suspended or removed from the organization in GuardDuty.

          It may take up to 24 hours to update the configuration for all the member accounts.

        • NONE: Indicates that the additional configuration will not be automatically enabled for any account in the organization. The administrator must manage the additional configuration for each account individually.

        See Also:
        OrgFeatureStatus
      • 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)