/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of additional configuration which will be configured for the
* organization.See Also:
AWS
* API Reference
The name of the additional configuration that is configured for the member * accounts within the organization.
*/ inline const OrgFeatureAdditionalConfiguration& GetName() const{ return m_name; } /** *The name of the additional configuration that is configured for the member * accounts within the organization.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the additional configuration that is configured for the member * accounts within the organization.
*/ inline void SetName(const OrgFeatureAdditionalConfiguration& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the additional configuration that is configured for the member * accounts within the organization.
*/ inline void SetName(OrgFeatureAdditionalConfiguration&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the additional configuration that is configured for the member * accounts within the organization.
*/ inline OrganizationAdditionalConfigurationResult& WithName(const OrgFeatureAdditionalConfiguration& value) { SetName(value); return *this;} /** *The name of the additional configuration that is configured for the member * accounts within the organization.
*/ inline OrganizationAdditionalConfigurationResult& WithName(OrgFeatureAdditionalConfiguration&& value) { SetName(std::move(value)); return *this;} /** *Describes how The status of the additional configuration that are configured * for the member accounts within the organization.
If you set
* AutoEnable
to NEW
, a feature will be configured for
* only the new accounts when they join the organization.
If you set
* AutoEnable
to NONE
, no feature will be configured for
* the accounts when they join the organization.
Describes how The status of the additional configuration that are configured * for the member accounts within the organization.
If you set
* AutoEnable
to NEW
, a feature will be configured for
* only the new accounts when they join the organization.
If you set
* AutoEnable
to NONE
, no feature will be configured for
* the accounts when they join the organization.
Describes how The status of the additional configuration that are configured * for the member accounts within the organization.
If you set
* AutoEnable
to NEW
, a feature will be configured for
* only the new accounts when they join the organization.
If you set
* AutoEnable
to NONE
, no feature will be configured for
* the accounts when they join the organization.
Describes how The status of the additional configuration that are configured * for the member accounts within the organization.
If you set
* AutoEnable
to NEW
, a feature will be configured for
* only the new accounts when they join the organization.
If you set
* AutoEnable
to NONE
, no feature will be configured for
* the accounts when they join the organization.
Describes how The status of the additional configuration that are configured * for the member accounts within the organization.
If you set
* AutoEnable
to NEW
, a feature will be configured for
* only the new accounts when they join the organization.
If you set
* AutoEnable
to NONE
, no feature will be configured for
* the accounts when they join the organization.
Describes how The status of the additional configuration that are configured * for the member accounts within the organization.
If you set
* AutoEnable
to NEW
, a feature will be configured for
* only the new accounts when they join the organization.
If you set
* AutoEnable
to NONE
, no feature will be configured for
* the accounts when they join the organization.