@Generated(value="software.amazon.awssdk:codegen") public final class UpdateSecurityHubConfigurationRequest extends SecurityHubRequest implements ToCopyableBuilder<UpdateSecurityHubConfigurationRequest.Builder,UpdateSecurityHubConfigurationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateSecurityHubConfigurationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoEnableControls()
Whether to automatically enable new controls when they are added to standards that are enabled.
|
static UpdateSecurityHubConfigurationRequest.Builder |
builder() |
ControlFindingGenerator |
controlFindingGenerator()
Updates whether the calling account has consolidated control findings turned on.
|
String |
controlFindingGeneratorAsString()
Updates whether the calling account has consolidated control findings turned on.
|
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 UpdateSecurityHubConfigurationRequest.Builder> |
serializableBuilderClass() |
UpdateSecurityHubConfigurationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean autoEnableControls()
Whether to automatically enable new controls when they are added to standards that are enabled.
By default, this is set to true, and new controls are enabled automatically. To not automatically
enable new controls, set this to false.
By default, this is set to true, and new controls are enabled automatically. To not
automatically enable new controls, set this to false.
public final ControlFindingGenerator controlFindingGenerator()
Updates whether the calling account has consolidated control findings turned on. If the value for this field is
set to SECURITY_CONTROL, Security Hub generates a single finding for a control check even when the
check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate findings for
a control check when the check applies to multiple enabled standards.
For accounts that are part of an organization, this value can only be updated in the administrator account.
If the service returns an enum value that is not available in the current SDK version,
controlFindingGenerator will return ControlFindingGenerator.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from controlFindingGeneratorAsString().
SECURITY_CONTROL, Security Hub generates a single finding for a control
check even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate
findings for a control check when the check applies to multiple enabled standards.
For accounts that are part of an organization, this value can only be updated in the administrator account.
ControlFindingGeneratorpublic final String controlFindingGeneratorAsString()
Updates whether the calling account has consolidated control findings turned on. If the value for this field is
set to SECURITY_CONTROL, Security Hub generates a single finding for a control check even when the
check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate findings for
a control check when the check applies to multiple enabled standards.
For accounts that are part of an organization, this value can only be updated in the administrator account.
If the service returns an enum value that is not available in the current SDK version,
controlFindingGenerator will return ControlFindingGenerator.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from controlFindingGeneratorAsString().
SECURITY_CONTROL, Security Hub generates a single finding for a control
check even when the check applies to multiple enabled standards.
If the value for this field is set to STANDARD_CONTROL, Security Hub generates separate
findings for a control check when the check applies to multiple enabled standards.
For accounts that are part of an organization, this value can only be updated in the administrator account.
ControlFindingGeneratorpublic UpdateSecurityHubConfigurationRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateSecurityHubConfigurationRequest.Builder,UpdateSecurityHubConfigurationRequest>toBuilder in class SecurityHubRequestpublic static UpdateSecurityHubConfigurationRequest.Builder builder()
public static Class<? extends UpdateSecurityHubConfigurationRequest.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.