/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A list of features which will be configured for the
* organization.See Also:
AWS
* API Reference
The name of the feature that is configured for the member accounts within the * organization.
*/ inline const OrgFeature& GetName() const{ return m_name; } /** *The name of the feature that is configured for the member accounts within the * organization.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the feature that is configured for the member accounts within the * organization.
*/ inline void SetName(const OrgFeature& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the feature that is configured for the member accounts within the * organization.
*/ inline void SetName(OrgFeature&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the feature that is configured for the member accounts within the * organization.
*/ inline OrganizationFeatureConfigurationResult& WithName(const OrgFeature& value) { SetName(value); return *this;} /** *The name of the feature that is configured for the member accounts within the * organization.
*/ inline OrganizationFeatureConfigurationResult& WithName(OrgFeature&& value) { SetName(std::move(value)); return *this;} /** *Describes how The status of the feature 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 feature 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 feature 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 feature 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 feature 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 feature 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.
The additional configuration that is configured for the member accounts * within the organization.
*/ inline const Aws::VectorThe additional configuration that is configured for the member accounts * within the organization.
*/ inline bool AdditionalConfigurationHasBeenSet() const { return m_additionalConfigurationHasBeenSet; } /** *The additional configuration that is configured for the member accounts * within the organization.
*/ inline void SetAdditionalConfiguration(const Aws::VectorThe additional configuration that is configured for the member accounts * within the organization.
*/ inline void SetAdditionalConfiguration(Aws::VectorThe additional configuration that is configured for the member accounts * within the organization.
*/ inline OrganizationFeatureConfigurationResult& WithAdditionalConfiguration(const Aws::VectorThe additional configuration that is configured for the member accounts * within the organization.
*/ inline OrganizationFeatureConfigurationResult& WithAdditionalConfiguration(Aws::VectorThe additional configuration that is configured for the member accounts * within the organization.
*/ inline OrganizationFeatureConfigurationResult& AddAdditionalConfiguration(const OrganizationAdditionalConfigurationResult& value) { m_additionalConfigurationHasBeenSet = true; m_additionalConfiguration.push_back(value); return *this; } /** *The additional configuration that is configured for the member accounts * within the organization.
*/ inline OrganizationFeatureConfigurationResult& AddAdditionalConfiguration(OrganizationAdditionalConfigurationResult&& value) { m_additionalConfigurationHasBeenSet = true; m_additionalConfiguration.push_back(std::move(value)); return *this; } private: OrgFeature m_name; bool m_nameHasBeenSet = false; OrgFeatureStatus m_autoEnable; bool m_autoEnableHasBeenSet = false; Aws::Vector