AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RejectedLogEventsInfo.h
1
6#pragma once
7#include <aws/logs/CloudWatchLogs_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 CloudWatchLogs
20{
21namespace Model
22{
23
30 {
31 public:
32 AWS_CLOUDWATCHLOGS_API RejectedLogEventsInfo();
33 AWS_CLOUDWATCHLOGS_API RejectedLogEventsInfo(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
43 inline int GetTooNewLogEventStartIndex() const{ return m_tooNewLogEventStartIndex; }
44 inline bool TooNewLogEventStartIndexHasBeenSet() const { return m_tooNewLogEventStartIndexHasBeenSet; }
45 inline void SetTooNewLogEventStartIndex(int value) { m_tooNewLogEventStartIndexHasBeenSet = true; m_tooNewLogEventStartIndex = value; }
48
50
53 inline int GetTooOldLogEventEndIndex() const{ return m_tooOldLogEventEndIndex; }
54 inline bool TooOldLogEventEndIndexHasBeenSet() const { return m_tooOldLogEventEndIndexHasBeenSet; }
55 inline void SetTooOldLogEventEndIndex(int value) { m_tooOldLogEventEndIndexHasBeenSet = true; m_tooOldLogEventEndIndex = value; }
58
60
63 inline int GetExpiredLogEventEndIndex() const{ return m_expiredLogEventEndIndex; }
64 inline bool ExpiredLogEventEndIndexHasBeenSet() const { return m_expiredLogEventEndIndexHasBeenSet; }
65 inline void SetExpiredLogEventEndIndex(int value) { m_expiredLogEventEndIndexHasBeenSet = true; m_expiredLogEventEndIndex = value; }
68 private:
69
70 int m_tooNewLogEventStartIndex;
71 bool m_tooNewLogEventStartIndexHasBeenSet = false;
72
73 int m_tooOldLogEventEndIndex;
74 bool m_tooOldLogEventEndIndexHasBeenSet = false;
75
76 int m_expiredLogEventEndIndex;
77 bool m_expiredLogEventEndIndexHasBeenSet = false;
78 };
79
80} // namespace Model
81} // namespace CloudWatchLogs
82} // namespace Aws
AWS_CLOUDWATCHLOGS_API RejectedLogEventsInfo(Aws::Utils::Json::JsonView jsonValue)
RejectedLogEventsInfo & WithTooOldLogEventEndIndex(int value)
RejectedLogEventsInfo & WithExpiredLogEventEndIndex(int value)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDWATCHLOGS_API RejectedLogEventsInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
RejectedLogEventsInfo & WithTooNewLogEventStartIndex(int value)
Aws::Utils::Json::JsonValue JsonValue