/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Configuration information for Organizations.See Also:
AWS
* API Reference
Enables Organizations integration.
*/ inline bool GetEnableIntegration() const{ return m_enableIntegration; } /** *Enables Organizations integration.
*/ inline bool EnableIntegrationHasBeenSet() const { return m_enableIntegrationHasBeenSet; } /** *Enables Organizations integration.
*/ inline void SetEnableIntegration(bool value) { m_enableIntegrationHasBeenSet = true; m_enableIntegration = value; } /** *Enables Organizations integration.
*/ inline OrganizationConfiguration& WithEnableIntegration(bool value) { SetEnableIntegration(value); return *this;} private: bool m_enableIntegration; bool m_enableIntegrationHasBeenSet = false; }; } // namespace Model } // namespace LicenseManager } // namespace Aws