AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
ResourcesCount.h
1
6#pragma once
7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SecurityHub {
17namespace Model {
18
26 public:
27 AWS_SECURITYHUB_API ResourcesCount() = default;
28 AWS_SECURITYHUB_API ResourcesCount(Aws::Utils::Json::JsonView jsonValue);
29 AWS_SECURITYHUB_API ResourcesCount& operator=(Aws::Utils::Json::JsonView jsonValue);
30 AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline long long GetAllResources() const { return m_allResources; }
37 inline bool AllResourcesHasBeenSet() const { return m_allResourcesHasBeenSet; }
38 inline void SetAllResources(long long value) {
39 m_allResourcesHasBeenSet = true;
40 m_allResources = value;
41 }
42 inline ResourcesCount& WithAllResources(long long value) {
43 SetAllResources(value);
44 return *this;
45 }
47 private:
48 long long m_allResources{0};
49 bool m_allResourcesHasBeenSet = false;
50};
51
52} // namespace Model
53} // namespace SecurityHub
54} // namespace Aws
ResourcesCount & WithAllResources(long long value)
AWS_SECURITYHUB_API ResourcesCount()=default
AWS_SECURITYHUB_API ResourcesCount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API ResourcesCount(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue