AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
36
37
39
42 inline const Aws::String& GetVocabularyName() const{ return m_vocabularyName; }
43 inline void SetVocabularyName(const Aws::String& value) { m_vocabularyName = value; }
44 inline void SetVocabularyName(Aws::String&& value) { m_vocabularyName = std::move(value); }
45 inline void SetVocabularyName(const char* value) { m_vocabularyName.assign(value); }
47 inline UpdateMedicalVocabularyResult& WithVocabularyName(Aws::String&& value) { SetVocabularyName(std::move(value)); return *this;}
48 inline UpdateMedicalVocabularyResult& WithVocabularyName(const char* value) { SetVocabularyName(value); return *this;}
50
52
57 inline const LanguageCode& GetLanguageCode() const{ return m_languageCode; }
58 inline void SetLanguageCode(const LanguageCode& value) { m_languageCode = value; }
59 inline void SetLanguageCode(LanguageCode&& value) { m_languageCode = std::move(value); }
60 inline UpdateMedicalVocabularyResult& WithLanguageCode(const LanguageCode& value) { SetLanguageCode(value); return *this;}
61 inline UpdateMedicalVocabularyResult& WithLanguageCode(LanguageCode&& value) { SetLanguageCode(std::move(value)); return *this;}
63
65
72 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
73 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; }
74 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); }
78
80
85 inline const VocabularyState& GetVocabularyState() const{ return m_vocabularyState; }
86 inline void SetVocabularyState(const VocabularyState& value) { m_vocabularyState = value; }
87 inline void SetVocabularyState(VocabularyState&& value) { m_vocabularyState = std::move(value); }
89 inline UpdateMedicalVocabularyResult& WithVocabularyState(VocabularyState&& value) { SetVocabularyState(std::move(value)); return *this;}
91
93
94 inline const Aws::String& GetRequestId() const{ return m_requestId; }
95 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
96 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
97 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
98 inline UpdateMedicalVocabularyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
99 inline UpdateMedicalVocabularyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
100 inline UpdateMedicalVocabularyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
102 private:
103
104 Aws::String m_vocabularyName;
105
106 LanguageCode m_languageCode;
107
108 Aws::Utils::DateTime m_lastModifiedTime;
109
110 VocabularyState m_vocabularyState;
111
112 Aws::String m_requestId;
113 };
114
115} // namespace Model
116} // namespace TranscribeService
117} // namespace Aws
UpdateMedicalVocabularyResult & WithVocabularyName(Aws::String &&value)
UpdateMedicalVocabularyResult & WithLastModifiedTime(Aws::Utils::DateTime &&value)
UpdateMedicalVocabularyResult & WithRequestId(const char *value)
UpdateMedicalVocabularyResult & WithVocabularyName(const char *value)
UpdateMedicalVocabularyResult & WithRequestId(const Aws::String &value)
UpdateMedicalVocabularyResult & WithLastModifiedTime(const Aws::Utils::DateTime &value)
UpdateMedicalVocabularyResult & WithVocabularyState(VocabularyState &&value)
UpdateMedicalVocabularyResult & WithVocabularyName(const Aws::String &value)
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMedicalVocabularyResult & WithLanguageCode(LanguageCode &&value)
UpdateMedicalVocabularyResult & WithVocabularyState(const VocabularyState &value)
AWS_TRANSCRIBESERVICE_API UpdateMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
UpdateMedicalVocabularyResult & WithRequestId(Aws::String &&value)
UpdateMedicalVocabularyResult & WithLanguageCode(const LanguageCode &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue