AWS SDK for C++

AWS SDK for C++ Version 1.11.754

Loading...
Searching...
No Matches
ThreatsDetectedItemCount.h
1
6#pragma once
7#include <aws/guardduty/GuardDuty_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace GuardDuty {
17namespace Model {
18
25 public:
26 AWS_GUARDDUTY_API ThreatsDetectedItemCount() = default;
29 AWS_GUARDDUTY_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline int GetFiles() const { return m_files; }
36 inline bool FilesHasBeenSet() const { return m_filesHasBeenSet; }
37 inline void SetFiles(int value) {
38 m_filesHasBeenSet = true;
39 m_files = value;
40 }
42 SetFiles(value);
43 return *this;
44 }
46 private:
47 int m_files{0};
48 bool m_filesHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace GuardDuty
53} // 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_GUARDDUTY_API ThreatsDetectedItemCount()=default
Aws::Utils::Json::JsonValue JsonValue