/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The information about the service integration.See Also:
AWS
* API Reference
The information about the resource group integration.
*/ inline const ResourceGroup& GetResourceGroup() const{ return m_resourceGroup; } /** *The information about the resource group integration.
*/ inline bool ResourceGroupHasBeenSet() const { return m_resourceGroupHasBeenSet; } /** *The information about the resource group integration.
*/ inline void SetResourceGroup(const ResourceGroup& value) { m_resourceGroupHasBeenSet = true; m_resourceGroup = value; } /** *The information about the resource group integration.
*/ inline void SetResourceGroup(ResourceGroup&& value) { m_resourceGroupHasBeenSet = true; m_resourceGroup = std::move(value); } /** *The information about the resource group integration.
*/ inline Integrations& WithResourceGroup(const ResourceGroup& value) { SetResourceGroup(value); return *this;} /** *The information about the resource group integration.
*/ inline Integrations& WithResourceGroup(ResourceGroup&& value) { SetResourceGroup(std::move(value)); return *this;} private: ResourceGroup m_resourceGroup; bool m_resourceGroupHasBeenSet = false; }; } // namespace Model } // namespace AppRegistry } // namespace Aws