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/transcribestreaming/TranscribeStreamingService_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 TranscribeStreamingService
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_TRANSCRIBESTREAMINGSERVICE_API CharacterOffsets();
35 AWS_TRANSCRIBESTREAMINGSERVICE_API CharacterOffsets(Aws::Utils::Json::JsonView jsonValue);
36 AWS_TRANSCRIBESTREAMINGSERVICE_API CharacterOffsets& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
46 inline int GetBegin() const{ return m_begin; }
47 inline bool BeginHasBeenSet() const { return m_beginHasBeenSet; }
48 inline void SetBegin(int value) { m_beginHasBeenSet = true; m_begin = value; }
49 inline CharacterOffsets& WithBegin(int value) { SetBegin(value); return *this;}
51
53
58 inline int GetEnd() const{ return m_end; }
59 inline bool EndHasBeenSet() const { return m_endHasBeenSet; }
60 inline void SetEnd(int value) { m_endHasBeenSet = true; m_end = value; }
61 inline CharacterOffsets& WithEnd(int value) { SetEnd(value); return *this;}
63 private:
64
65 int m_begin;
66 bool m_beginHasBeenSet = false;
67
68 int m_end;
69 bool m_endHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace TranscribeStreamingService
74} // namespace Aws
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSCRIBESTREAMINGSERVICE_API CharacterOffsets(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API CharacterOffsets()
AWS_TRANSCRIBESTREAMINGSERVICE_API CharacterOffsets & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue