Class UpdateOrganizationConfigurationRequest
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,- UpdateOrganizationConfigurationRequest> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal BooleanWhether to automatically enable Security Hub in new member accounts when they join the organization.final AutoEnableStandardsWhether to automatically enable Security Hub default standards in new member accounts when they join the organization.final StringWhether to automatically enable Security Hub default standards in new member accounts when they join the organization.builder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final inthashCode()Returns the value of the OrganizationConfiguration property for this object.static Class<? extends UpdateOrganizationConfigurationRequest.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequestoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
autoEnableWhether to automatically enable Security Hub in new member accounts when they join the organization. If set to true, then Security Hub is automatically enabled in new accounts. If set tofalse, then Security Hub isn't enabled in new accounts automatically. The default value isfalse.If the ConfigurationTypeof your organization is set toCENTRAL, then this field is set tofalseand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.- Returns:
- Whether to automatically enable Security Hub in new member accounts when they join the organization.
         If set to true, then Security Hub is automatically enabled in new accounts. If set tofalse, then Security Hub isn't enabled in new accounts automatically. The default value isfalse.If the ConfigurationTypeof your organization is set toCENTRAL, then this field is set tofalseand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts.
 
- 
autoEnableStandardsWhether to automatically enable Security Hub default standards in new member accounts when they join 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 toNONE, then default standards are not automatically enabled for new member accounts.If the ConfigurationTypeof your organization is set toCENTRAL, then this field is set toNONEand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.If the service returns an enum value that is not available in the current SDK version, autoEnableStandardswill returnAutoEnableStandards.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoEnableStandardsAsString().- Returns:
- Whether to automatically enable Security Hub default standards in new member accounts when they join 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 toNONE, then default standards are not automatically enabled for new member accounts.If the ConfigurationTypeof your organization is set toCENTRAL, then this field is set toNONEand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
- See Also:
 
- 
autoEnableStandardsAsStringWhether to automatically enable Security Hub default standards in new member accounts when they join 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 toNONE, then default standards are not automatically enabled for new member accounts.If the ConfigurationTypeof your organization is set toCENTRAL, then this field is set toNONEand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.If the service returns an enum value that is not available in the current SDK version, autoEnableStandardswill returnAutoEnableStandards.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromautoEnableStandardsAsString().- Returns:
- Whether to automatically enable Security Hub default standards in new member accounts when they join 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 toNONE, then default standards are not automatically enabled for new member accounts.If the ConfigurationTypeof your organization is set toCENTRAL, then this field is set toNONEand can't be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which specific security standards are enabled and associate the policy with new organization accounts.
- See Also:
 
- 
organizationConfigurationReturns the value of the OrganizationConfiguration property for this object.- Returns:
- The value of the OrganizationConfiguration property for this object.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<UpdateOrganizationConfigurationRequest.Builder,- UpdateOrganizationConfigurationRequest> 
- Specified by:
- toBuilderin class- SecurityHubRequest
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClasspublic static Class<? extends UpdateOrganizationConfigurationRequest.Builder> serializableBuilderClass()
- 
hashCodepublic final int hashCode()- Overrides:
- hashCodein class- AwsRequest
 
- 
equals- Overrides:
- equalsin class- AwsRequest
 
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForFieldDescription copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
- getValueForFieldin class- SdkRequest
- Parameters:
- fieldName- The name of the member to be retrieved.
- clazz- The class to cast the returned object to.
- Returns:
- Optional containing the casted return value
 
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-