AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
UpdateMedicalVocabularyResult.h
1
6#pragma once
7#include <aws/transcribe/TranscribeService_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/transcribe/model/LanguageCode.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/transcribe/model/VocabularyState.h>
12#include <utility>
13
14namespace Aws
15{
16template<typename RESULT_TYPE>
17class AmazonWebServiceResult;
18
19namespace Utils
20{
21namespace Json
22{
23 class JsonValue;
24} // namespace Json
25} // namespace Utils
26namespace TranscribeService
27{
28namespace Model
29{
31 {
32 public:
33 AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult() = default;
36
37
39
42 inline const Aws::String& GetVocabularyName() const { return m_vocabularyName; }
43 template<typename VocabularyNameT = Aws::String>
44 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet = true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
45 template<typename VocabularyNameT = Aws::String>
46 UpdateMedicalVocabularyResult& WithVocabularyName(VocabularyNameT&& value) { SetVocabularyName(std::forward<VocabularyNameT>(value)); return *this;}
48
50
55 inline LanguageCode GetLanguageCode() const { return m_languageCode; }
56 inline void SetLanguageCode(LanguageCode value) { m_languageCodeHasBeenSet = true; m_languageCode = value; }
59
61
68 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
69 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
70 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
71 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
72 UpdateMedicalVocabularyResult& WithLastModifiedTime(LastModifiedTimeT&& value) { SetLastModifiedTime(std::forward<LastModifiedTimeT>(value)); return *this;}
74
76
81 inline VocabularyState GetVocabularyState() const { return m_vocabularyState; }
82 inline void SetVocabularyState(VocabularyState value) { m_vocabularyStateHasBeenSet = true; m_vocabularyState = value; }
85
87
88 inline const Aws::String& GetRequestId() const { return m_requestId; }
89 template<typename RequestIdT = Aws::String>
90 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
91 template<typename RequestIdT = Aws::String>
92 UpdateMedicalVocabularyResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
94 private:
95
96 Aws::String m_vocabularyName;
97 bool m_vocabularyNameHasBeenSet = false;
98
99 LanguageCode m_languageCode{LanguageCode::NOT_SET};
100 bool m_languageCodeHasBeenSet = false;
101
102 Aws::Utils::DateTime m_lastModifiedTime{};
103 bool m_lastModifiedTimeHasBeenSet = false;
104
105 VocabularyState m_vocabularyState{VocabularyState::NOT_SET};
106 bool m_vocabularyStateHasBeenSet = false;
107
108 Aws::String m_requestId;
109 bool m_requestIdHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace TranscribeService
114} // namespace Aws
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult()=default
UpdateMedicalVocabularyResult & WithLanguageCode(LanguageCode value)
UpdateMedicalVocabularyResult & WithVocabularyState(VocabularyState value)
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMedicalVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMedicalVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
UpdateMedicalVocabularyResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue