@Generated(value="software.amazon.awssdk:codegen") public final class DescribeOrganizationConfigurationResponse extends SecurityHubResponse implements ToCopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeOrganizationConfigurationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
|
AutoEnableStandards |
autoEnableStandards()
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
String |
autoEnableStandardsAsString()
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
static DescribeOrganizationConfigurationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
memberAccountLimitReached()
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator
account.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeOrganizationConfigurationResponse.Builder> |
serializableBuilderClass() |
DescribeOrganizationConfigurationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
If set to true, then Security Hub is enabled for new accounts. If set to false, then new accounts
are not added automatically.
If set to true, then Security Hub is enabled for new accounts. If set to false, then new
accounts are not added automatically.
public final Boolean memberAccountLimitReached()
Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
public final AutoEnableStandards autoEnableStandards()
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member
accounts. If equal to NONE, then default standards are not automatically enabled for new member
accounts.
If the service returns an enum value that is not available in the current SDK version,
autoEnableStandards will return AutoEnableStandards.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from autoEnableStandardsAsString().
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE, then default standards are not automatically enabled for
new member accounts.
AutoEnableStandardspublic final String autoEnableStandardsAsString()
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for new member
accounts. If equal to NONE, then default standards are not automatically enabled for new member
accounts.
If the service returns an enum value that is not available in the current SDK version,
autoEnableStandards will return AutoEnableStandards.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from autoEnableStandardsAsString().
The default value of this parameter is equal to DEFAULT.
If equal to DEFAULT, then Security Hub default standards are automatically enabled for new
member accounts. If equal to NONE, then default standards are not automatically enabled for
new member accounts.
AutoEnableStandardspublic DescribeOrganizationConfigurationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeOrganizationConfigurationResponse.Builder,DescribeOrganizationConfigurationResponse>toBuilder in class AwsResponsepublic static DescribeOrganizationConfigurationResponse.Builder builder()
public static Class<? extends DescribeOrganizationConfigurationResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.