AWS SDK for C++

AWS SDK for C++ Version 1.11.756

Loading...
Searching...
No Matches
ExpiryEventsConfiguration.h
1
6#pragma once
7#include <aws/acm/ACM_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace ACM {
17namespace Model {
18
26 public:
27 AWS_ACM_API ExpiryEventsConfiguration() = default;
31
33
39 inline int GetDaysBeforeExpiry() const { return m_daysBeforeExpiry; }
40 inline bool DaysBeforeExpiryHasBeenSet() const { return m_daysBeforeExpiryHasBeenSet; }
41 inline void SetDaysBeforeExpiry(int value) {
42 m_daysBeforeExpiryHasBeenSet = true;
43 m_daysBeforeExpiry = value;
44 }
47 return *this;
48 }
50 private:
51 int m_daysBeforeExpiry{0};
52 bool m_daysBeforeExpiryHasBeenSet = false;
53};
54
55} // namespace Model
56} // namespace ACM
57} // namespace Aws
AWS_ACM_API ExpiryEventsConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_ACM_API ExpiryEventsConfiguration()=default
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