AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ThreatsDetectedItemCount.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_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 GuardDuty
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_GUARDDUTY_API ThreatsDetectedItemCount();
35 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetFiles() const{ return m_files; }
43 inline bool FilesHasBeenSet() const { return m_filesHasBeenSet; }
44 inline void SetFiles(int value) { m_filesHasBeenSet = true; m_files = value; }
45 inline ThreatsDetectedItemCount& WithFiles(int value) { SetFiles(value); return *this;}
47 private:
48
49 int m_files;
50 bool m_filesHasBeenSet = false;
51 };
52
53} // namespace Model
54} // namespace GuardDuty
55} // namespace Aws
AWS_GUARDDUTY_API ThreatsDetectedItemCount(Aws::Utils::Json::JsonView jsonValue)
AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GUARDDUTY_API ThreatsDetectedItemCount & operator=(Aws::Utils::Json::JsonView jsonValue)
ThreatsDetectedItemCount & WithFiles(int value)
Aws::Utils::Json::JsonValue JsonValue