AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
CharacterOffsets.h
1
6#pragma once
7#include <aws/connect-contact-lens/ConnectContactLens_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 ConnectContactLens
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_CONNECTCONTACTLENS_API CharacterOffsets();
34 AWS_CONNECTCONTACTLENS_API CharacterOffsets(Aws::Utils::Json::JsonView jsonValue);
35 AWS_CONNECTCONTACTLENS_API CharacterOffsets& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CONNECTCONTACTLENS_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline int GetBeginOffsetChar() const{ return m_beginOffsetChar; }
44 inline bool BeginOffsetCharHasBeenSet() const { return m_beginOffsetCharHasBeenSet; }
45 inline void SetBeginOffsetChar(int value) { m_beginOffsetCharHasBeenSet = true; m_beginOffsetChar = value; }
46 inline CharacterOffsets& WithBeginOffsetChar(int value) { SetBeginOffsetChar(value); return *this;}
48
50
53 inline int GetEndOffsetChar() const{ return m_endOffsetChar; }
54 inline bool EndOffsetCharHasBeenSet() const { return m_endOffsetCharHasBeenSet; }
55 inline void SetEndOffsetChar(int value) { m_endOffsetCharHasBeenSet = true; m_endOffsetChar = value; }
56 inline CharacterOffsets& WithEndOffsetChar(int value) { SetEndOffsetChar(value); return *this;}
58 private:
59
60 int m_beginOffsetChar;
61 bool m_beginOffsetCharHasBeenSet = false;
62
63 int m_endOffsetChar;
64 bool m_endOffsetCharHasBeenSet = false;
65 };
66
67} // namespace Model
68} // namespace ConnectContactLens
69} // namespace Aws
AWS_CONNECTCONTACTLENS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CONNECTCONTACTLENS_API CharacterOffsets & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_CONNECTCONTACTLENS_API CharacterOffsets()
AWS_CONNECTCONTACTLENS_API CharacterOffsets(Aws::Utils::Json::JsonView jsonValue)
CharacterOffsets & WithBeginOffsetChar(int value)
Aws::Utils::Json::JsonValue JsonValue