AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TimestampRange.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
31 {
32 public:
33 AWS_TRANSCRIBESTREAMINGSERVICE_API TimestampRange();
34 AWS_TRANSCRIBESTREAMINGSERVICE_API TimestampRange(Aws::Utils::Json::JsonView jsonValue);
35 AWS_TRANSCRIBESTREAMINGSERVICE_API TimestampRange& operator=(Aws::Utils::Json::JsonView jsonValue);
36 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
44 inline long long GetBeginOffsetMillis() const{ return m_beginOffsetMillis; }
45 inline bool BeginOffsetMillisHasBeenSet() const { return m_beginOffsetMillisHasBeenSet; }
46 inline void SetBeginOffsetMillis(long long value) { m_beginOffsetMillisHasBeenSet = true; m_beginOffsetMillis = value; }
47 inline TimestampRange& WithBeginOffsetMillis(long long value) { SetBeginOffsetMillis(value); return *this;}
49
51
55 inline long long GetEndOffsetMillis() const{ return m_endOffsetMillis; }
56 inline bool EndOffsetMillisHasBeenSet() const { return m_endOffsetMillisHasBeenSet; }
57 inline void SetEndOffsetMillis(long long value) { m_endOffsetMillisHasBeenSet = true; m_endOffsetMillis = value; }
58 inline TimestampRange& WithEndOffsetMillis(long long value) { SetEndOffsetMillis(value); return *this;}
60 private:
61
62 long long m_beginOffsetMillis;
63 bool m_beginOffsetMillisHasBeenSet = false;
64
65 long long m_endOffsetMillis;
66 bool m_endOffsetMillisHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace TranscribeStreamingService
71} // namespace Aws
AWS_TRANSCRIBESTREAMINGSERVICE_API TimestampRange(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API TimestampRange()
TimestampRange & WithEndOffsetMillis(long long value)
AWS_TRANSCRIBESTREAMINGSERVICE_API TimestampRange & operator=(Aws::Utils::Json::JsonView jsonValue)
TimestampRange & WithBeginOffsetMillis(long long value)
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue