AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
IssueDetected.h
1
6#pragma once
7#include <aws/transcribestreaming/TranscribeStreamingService_EXPORTS.h>
8#include <aws/transcribestreaming/model/CharacterOffsets.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TranscribeStreamingService {
20namespace Model {
21
29 public:
30 AWS_TRANSCRIBESTREAMINGSERVICE_API IssueDetected() = default;
31 AWS_TRANSCRIBESTREAMINGSERVICE_API IssueDetected(Aws::Utils::Json::JsonView jsonValue);
32 AWS_TRANSCRIBESTREAMINGSERVICE_API IssueDetected& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const CharacterOffsets& GetCharacterOffsets() const { return m_characterOffsets; }
41 inline bool CharacterOffsetsHasBeenSet() const { return m_characterOffsetsHasBeenSet; }
42 template <typename CharacterOffsetsT = CharacterOffsets>
43 void SetCharacterOffsets(CharacterOffsetsT&& value) {
44 m_characterOffsetsHasBeenSet = true;
45 m_characterOffsets = std::forward<CharacterOffsetsT>(value);
46 }
47 template <typename CharacterOffsetsT = CharacterOffsets>
48 IssueDetected& WithCharacterOffsets(CharacterOffsetsT&& value) {
49 SetCharacterOffsets(std::forward<CharacterOffsetsT>(value));
50 return *this;
51 }
53 private:
54 CharacterOffsets m_characterOffsets;
55 bool m_characterOffsetsHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace TranscribeStreamingService
60} // namespace Aws
void SetCharacterOffsets(CharacterOffsetsT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API IssueDetected & operator=(Aws::Utils::Json::JsonView jsonValue)
IssueDetected & WithCharacterOffsets(CharacterOffsetsT &&value)
AWS_TRANSCRIBESTREAMINGSERVICE_API IssueDetected(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSCRIBESTREAMINGSERVICE_API IssueDetected()=default
AWS_TRANSCRIBESTREAMINGSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
const CharacterOffsets & GetCharacterOffsets() const
Aws::Utils::Json::JsonValue JsonValue