AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
LanguageIdSettings.h
1
6#pragma once
7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TranscribeService
22{
23namespace Model
24{
25
58 {
59 public:
60 AWS_TRANSCRIBESERVICE_API LanguageIdSettings();
61 AWS_TRANSCRIBESERVICE_API LanguageIdSettings(Aws::Utils::Json::JsonView jsonValue);
62 AWS_TRANSCRIBESERVICE_API LanguageIdSettings& operator=(Aws::Utils::Json::JsonView jsonValue);
63 AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
64
65
67
75 inline const Aws::String& GetVocabularyName() const{ return m_vocabularyName; }
76 inline bool VocabularyNameHasBeenSet() const { return m_vocabularyNameHasBeenSet; }
77 inline void SetVocabularyName(const Aws::String& value) { m_vocabularyNameHasBeenSet = true; m_vocabularyName = value; }
78 inline void SetVocabularyName(Aws::String&& value) { m_vocabularyNameHasBeenSet = true; m_vocabularyName = std::move(value); }
79 inline void SetVocabularyName(const char* value) { m_vocabularyNameHasBeenSet = true; m_vocabularyName.assign(value); }
80 inline LanguageIdSettings& WithVocabularyName(const Aws::String& value) { SetVocabularyName(value); return *this;}
81 inline LanguageIdSettings& WithVocabularyName(Aws::String&& value) { SetVocabularyName(std::move(value)); return *this;}
82 inline LanguageIdSettings& WithVocabularyName(const char* value) { SetVocabularyName(value); return *this;}
84
86
96 inline const Aws::String& GetVocabularyFilterName() const{ return m_vocabularyFilterName; }
97 inline bool VocabularyFilterNameHasBeenSet() const { return m_vocabularyFilterNameHasBeenSet; }
98 inline void SetVocabularyFilterName(const Aws::String& value) { m_vocabularyFilterNameHasBeenSet = true; m_vocabularyFilterName = value; }
99 inline void SetVocabularyFilterName(Aws::String&& value) { m_vocabularyFilterNameHasBeenSet = true; m_vocabularyFilterName = std::move(value); }
100 inline void SetVocabularyFilterName(const char* value) { m_vocabularyFilterNameHasBeenSet = true; m_vocabularyFilterName.assign(value); }
102 inline LanguageIdSettings& WithVocabularyFilterName(Aws::String&& value) { SetVocabularyFilterName(std::move(value)); return *this;}
103 inline LanguageIdSettings& WithVocabularyFilterName(const char* value) { SetVocabularyFilterName(value); return *this;}
105
107
115 inline const Aws::String& GetLanguageModelName() const{ return m_languageModelName; }
116 inline bool LanguageModelNameHasBeenSet() const { return m_languageModelNameHasBeenSet; }
117 inline void SetLanguageModelName(const Aws::String& value) { m_languageModelNameHasBeenSet = true; m_languageModelName = value; }
118 inline void SetLanguageModelName(Aws::String&& value) { m_languageModelNameHasBeenSet = true; m_languageModelName = std::move(value); }
119 inline void SetLanguageModelName(const char* value) { m_languageModelNameHasBeenSet = true; m_languageModelName.assign(value); }
120 inline LanguageIdSettings& WithLanguageModelName(const Aws::String& value) { SetLanguageModelName(value); return *this;}
121 inline LanguageIdSettings& WithLanguageModelName(Aws::String&& value) { SetLanguageModelName(std::move(value)); return *this;}
122 inline LanguageIdSettings& WithLanguageModelName(const char* value) { SetLanguageModelName(value); return *this;}
124 private:
125
126 Aws::String m_vocabularyName;
127 bool m_vocabularyNameHasBeenSet = false;
128
129 Aws::String m_vocabularyFilterName;
130 bool m_vocabularyFilterNameHasBeenSet = false;
131
132 Aws::String m_languageModelName;
133 bool m_languageModelNameHasBeenSet = false;
134 };
135
136} // namespace Model
137} // namespace TranscribeService
138} // namespace Aws
LanguageIdSettings & WithLanguageModelName(const Aws::String &value)
AWS_TRANSCRIBESERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
LanguageIdSettings & WithVocabularyFilterName(Aws::String &&value)
LanguageIdSettings & WithLanguageModelName(const char *value)
LanguageIdSettings & WithVocabularyName(Aws::String &&value)
AWS_TRANSCRIBESERVICE_API LanguageIdSettings()
LanguageIdSettings & WithLanguageModelName(Aws::String &&value)
LanguageIdSettings & WithVocabularyName(const Aws::String &value)
void SetVocabularyFilterName(const Aws::String &value)
AWS_TRANSCRIBESERVICE_API LanguageIdSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
LanguageIdSettings & WithVocabularyName(const char *value)
AWS_TRANSCRIBESERVICE_API LanguageIdSettings(Aws::Utils::Json::JsonView jsonValue)
LanguageIdSettings & WithVocabularyFilterName(const char *value)
LanguageIdSettings & WithVocabularyFilterName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue