@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. | 
| 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. | 
| 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. | 
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, withSdkRequestTimeoutpublic 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 String toString()
toString in class ObjectObject.toString()public UpdateOrganizationConfigurationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()