@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateOrganizationConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateOrganizationConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateOrganizationConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Boolean |
getAutoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
|
String |
getAutoEnableStandards()
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
int |
hashCode() |
Boolean |
isAutoEnable()
Whether to automatically enable Security Hub for new accounts in the organization.
|
void |
setAutoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
|
void |
setAutoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
String |
toString()
Returns a string representation of this object.
|
UpdateOrganizationConfigurationRequest |
withAutoEnable(Boolean autoEnable)
Whether to automatically enable Security Hub for new accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withAutoEnableStandards(AutoEnableStandards autoEnableStandards)
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
UpdateOrganizationConfigurationRequest |
withAutoEnableStandards(String autoEnableStandards)
Whether to automatically enable Security Hub default
standards for new member accounts in the organization.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateOrganizationConfigurationRequest()
public void setAutoEnable(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
.
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
.
public Boolean getAutoEnable()
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 UpdateOrganizationConfigurationRequest withAutoEnable(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
.
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
.
public Boolean isAutoEnable()
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 void setAutoEnableStandards(String 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
.
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
.
AutoEnableStandards
public String getAutoEnableStandards()
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
.
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
.
AutoEnableStandards
public UpdateOrganizationConfigurationRequest withAutoEnableStandards(String 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
.
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
.
AutoEnableStandards
public UpdateOrganizationConfigurationRequest withAutoEnableStandards(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
.
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
.
AutoEnableStandards
public String toString()
toString
in class Object
Object.toString()
public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()