/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include An object that contains the resource type and the number of
* resources.See Also:
AWS
* API Reference
The resource type (for example, "AWS::EC2::Instance"
).
The resource type (for example, "AWS::EC2::Instance"
).
The resource type (for example, "AWS::EC2::Instance"
).
The resource type (for example, "AWS::EC2::Instance"
).
The resource type (for example, "AWS::EC2::Instance"
).
The resource type (for example, "AWS::EC2::Instance"
).
The number of resources.
*/ inline long long GetCount() const{ return m_count; } /** *The number of resources.
*/ inline bool CountHasBeenSet() const { return m_countHasBeenSet; } /** *The number of resources.
*/ inline void SetCount(long long value) { m_countHasBeenSet = true; m_count = value; } /** *The number of resources.
*/ inline ResourceCount& WithCount(long long value) { SetCount(value); return *this;} private: ResourceType m_resourceType; bool m_resourceTypeHasBeenSet = false; long long m_count; bool m_countHasBeenSet = false; }; } // namespace Model } // namespace ConfigService } // namespace Aws