/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The count of resources that are grouped by the group name.See
* Also:
AWS
* API Reference
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The name of the group that can be region, account ID, or resource type. For
* example, region1, region2 if the region was chosen as
* GroupByKey
.
The number of resources in the group.
*/ inline long long GetResourceCount() const{ return m_resourceCount; } /** *The number of resources in the group.
*/ inline bool ResourceCountHasBeenSet() const { return m_resourceCountHasBeenSet; } /** *The number of resources in the group.
*/ inline void SetResourceCount(long long value) { m_resourceCountHasBeenSet = true; m_resourceCount = value; } /** *The number of resources in the group.
*/ inline GroupedResourceCount& WithResourceCount(long long value) { SetResourceCount(value); return *this;} private: Aws::String m_groupName; bool m_groupNameHasBeenSet = false; long long m_resourceCount; bool m_resourceCountHasBeenSet = false; }; } // namespace Model } // namespace ConfigService } // namespace Aws