AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
MonthlySchedule.h
1
6#pragma once
7#include <aws/macie2/Macie2_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 Macie2
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_MACIE2_API MonthlySchedule();
36 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
48 inline int GetDayOfMonth() const{ return m_dayOfMonth; }
49 inline bool DayOfMonthHasBeenSet() const { return m_dayOfMonthHasBeenSet; }
50 inline void SetDayOfMonth(int value) { m_dayOfMonthHasBeenSet = true; m_dayOfMonth = value; }
51 inline MonthlySchedule& WithDayOfMonth(int value) { SetDayOfMonth(value); return *this;}
53 private:
54
55 int m_dayOfMonth;
56 bool m_dayOfMonthHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace Macie2
61} // namespace Aws
AWS_MACIE2_API MonthlySchedule(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MACIE2_API MonthlySchedule & operator=(Aws::Utils::Json::JsonView jsonValue)
MonthlySchedule & WithDayOfMonth(int value)
Aws::Utils::Json::JsonValue JsonValue