AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ExpiryEventsConfiguration.h
1
6#pragma once
7#include <aws/acm/ACM_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 ACM
20{
21namespace Model
22{
23
31 {
32 public:
37
38
40
46 inline int GetDaysBeforeExpiry() const{ return m_daysBeforeExpiry; }
47 inline bool DaysBeforeExpiryHasBeenSet() const { return m_daysBeforeExpiryHasBeenSet; }
48 inline void SetDaysBeforeExpiry(int value) { m_daysBeforeExpiryHasBeenSet = true; m_daysBeforeExpiry = value; }
49 inline ExpiryEventsConfiguration& WithDaysBeforeExpiry(int value) { SetDaysBeforeExpiry(value); return *this;}
51 private:
52
53 int m_daysBeforeExpiry;
54 bool m_daysBeforeExpiryHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace ACM
59} // namespace Aws
AWS_ACM_API ExpiryEventsConfiguration(Aws::Utils::Json::JsonView jsonValue)
ExpiryEventsConfiguration & WithDaysBeforeExpiry(int value)
AWS_ACM_API ExpiryEventsConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue