AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
QueryCompileErrorLocation.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 QueryCompileErrorLocation();
33 AWS_CLOUDWATCHLOGS_API QueryCompileErrorLocation(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const;
36
37
39
42 inline int GetStartCharOffset() const{ return m_startCharOffset; }
43 inline bool StartCharOffsetHasBeenSet() const { return m_startCharOffsetHasBeenSet; }
44 inline void SetStartCharOffset(int value) { m_startCharOffsetHasBeenSet = true; m_startCharOffset = value; }
45 inline QueryCompileErrorLocation& WithStartCharOffset(int value) { SetStartCharOffset(value); return *this;}
47
49
52 inline int GetEndCharOffset() const{ return m_endCharOffset; }
53 inline bool EndCharOffsetHasBeenSet() const { return m_endCharOffsetHasBeenSet; }
54 inline void SetEndCharOffset(int value) { m_endCharOffsetHasBeenSet = true; m_endCharOffset = value; }
55 inline QueryCompileErrorLocation& WithEndCharOffset(int value) { SetEndCharOffset(value); return *this;}
57 private:
58
59 int m_startCharOffset;
60 bool m_startCharOffsetHasBeenSet = false;
61
62 int m_endCharOffset;
63 bool m_endCharOffsetHasBeenSet = false;
64 };
65
66} // namespace Model
67} // namespace CloudWatchLogs
68} // namespace Aws
AWS_CLOUDWATCHLOGS_API QueryCompileErrorLocation(Aws::Utils::Json::JsonView jsonValue)
AWS_CLOUDWATCHLOGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CLOUDWATCHLOGS_API QueryCompileErrorLocation & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue