AWS SDK for C++

AWS SDK for C++ Version 1.11.690

Loading...
Searching...
No Matches
NotificationProperty.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace Glue {
17namespace Model {
18
26 public:
27 AWS_GLUE_API NotificationProperty() = default;
31
33
37 inline int GetNotifyDelayAfter() const { return m_notifyDelayAfter; }
38 inline bool NotifyDelayAfterHasBeenSet() const { return m_notifyDelayAfterHasBeenSet; }
39 inline void SetNotifyDelayAfter(int value) {
40 m_notifyDelayAfterHasBeenSet = true;
41 m_notifyDelayAfter = value;
42 }
45 return *this;
46 }
48 private:
49 int m_notifyDelayAfter{0};
50 bool m_notifyDelayAfterHasBeenSet = false;
51};
52
53} // namespace Model
54} // namespace Glue
55} // namespace Aws
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API NotificationProperty(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API NotificationProperty & operator=(Aws::Utils::Json::JsonView jsonValue)
NotificationProperty & WithNotifyDelayAfter(int value)
AWS_GLUE_API NotificationProperty()=default
Aws::Utils::Json::JsonValue JsonValue