AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ResourceCount.h
1
6#pragma once
7#include <aws/resource-explorer-2/ResourceExplorer2_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ResourceExplorer2
20{
21namespace Model
22{
23
34 {
35 public:
36 AWS_RESOURCEEXPLORER2_API ResourceCount();
37 AWS_RESOURCEEXPLORER2_API ResourceCount(Aws::Utils::Json::JsonView jsonValue);
38 AWS_RESOURCEEXPLORER2_API ResourceCount& operator=(Aws::Utils::Json::JsonView jsonValue);
39 AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
50 inline bool GetComplete() const{ return m_complete; }
51 inline bool CompleteHasBeenSet() const { return m_completeHasBeenSet; }
52 inline void SetComplete(bool value) { m_completeHasBeenSet = true; m_complete = value; }
53 inline ResourceCount& WithComplete(bool value) { SetComplete(value); return *this;}
55
57
63 inline long long GetTotalResources() const{ return m_totalResources; }
64 inline bool TotalResourcesHasBeenSet() const { return m_totalResourcesHasBeenSet; }
65 inline void SetTotalResources(long long value) { m_totalResourcesHasBeenSet = true; m_totalResources = value; }
66 inline ResourceCount& WithTotalResources(long long value) { SetTotalResources(value); return *this;}
68 private:
69
70 bool m_complete;
71 bool m_completeHasBeenSet = false;
72
73 long long m_totalResources;
74 bool m_totalResourcesHasBeenSet = false;
75 };
76
77} // namespace Model
78} // namespace ResourceExplorer2
79} // namespace Aws
ResourceCount & WithTotalResources(long long value)
ResourceCount & WithComplete(bool value)
AWS_RESOURCEEXPLORER2_API ResourceCount & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_RESOURCEEXPLORER2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_RESOURCEEXPLORER2_API ResourceCount(Aws::Utils::Json::JsonView jsonValue)
AWS_RESOURCEEXPLORER2_API ResourceCount()
Aws::Utils::Json::JsonValue JsonValue