@Generated(value="software.amazon.awssdk:codegen") public final class UpdateOrganizationConfigurationRequest extends SecurityHubRequest implements ToCopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateOrganizationConfigurationRequest.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 UpdateOrganizationConfigurationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateOrganizationConfigurationRequest.Builder> |
serializableBuilderClass() |
UpdateOrganizationConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
By default, this is false, and new accounts are not added automatically.
To automatically enable Security Hub for new accounts, set this to true.
By default, this is false, and new accounts are not added automatically.
To automatically enable Security Hub for new accounts, set this to true.
public final AutoEnableStandards autoEnableStandards()
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled
with default Security Hub standards.
To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.
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().
By default, this parameter is equal to DEFAULT, and new member accounts are automatically
enabled with default Security Hub standards.
To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE.
AutoEnableStandardspublic final String autoEnableStandardsAsString()
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to DEFAULT, and new member accounts are automatically enabled
with default Security Hub standards.
To opt out of enabling default standards for new member accounts, set this parameter equal to NONE.
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().
By default, this parameter is equal to DEFAULT, and new member accounts are automatically
enabled with default Security Hub standards.
To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE.
AutoEnableStandardspublic UpdateOrganizationConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,UpdateOrganizationConfigurationRequest>toBuilder in class SecurityHubRequestpublic static UpdateOrganizationConfigurationRequest.Builder builder()
public static Class<? extends UpdateOrganizationConfigurationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.