AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
MonthlySchedule.h
1
6#pragma once
7#include <aws/macie2/Macie2_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Macie2 {
17namespace Model {
18
26 public:
27 AWS_MACIE2_API MonthlySchedule() = default;
30 AWS_MACIE2_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
41 inline int GetDayOfMonth() const { return m_dayOfMonth; }
42 inline bool DayOfMonthHasBeenSet() const { return m_dayOfMonthHasBeenSet; }
43 inline void SetDayOfMonth(int value) {
44 m_dayOfMonthHasBeenSet = true;
45 m_dayOfMonth = value;
46 }
47 inline MonthlySchedule& WithDayOfMonth(int value) {
48 SetDayOfMonth(value);
49 return *this;
50 }
52 private:
53 int m_dayOfMonth{0};
54 bool m_dayOfMonthHasBeenSet = false;
55};
56
57} // namespace Model
58} // namespace Macie2
59} // namespace Aws
AWS_MACIE2_API MonthlySchedule(Aws::Utils::Json::JsonView jsonValue)
AWS_MACIE2_API MonthlySchedule()=default
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