AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GetMedicalVocabularyResult.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/transcribe/model/VocabularyState.h>
11#include <aws/core/utils/DateTime.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 GetMedicalVocabularyResult();
36
37
39
43 inline const Aws::String& GetVocabularyName() const{ return m_vocabularyName; }
44 inline void SetVocabularyName(const Aws::String& value) { m_vocabularyName = value; }
45 inline void SetVocabularyName(Aws::String&& value) { m_vocabularyName = std::move(value); }
46 inline void SetVocabularyName(const char* value) { m_vocabularyName.assign(value); }
47 inline GetMedicalVocabularyResult& WithVocabularyName(const Aws::String& value) { SetVocabularyName(value); return *this;}
48 inline GetMedicalVocabularyResult& WithVocabularyName(Aws::String&& value) { SetVocabularyName(std::move(value)); return *this;}
49 inline GetMedicalVocabularyResult& WithVocabularyName(const char* value) { SetVocabularyName(value); return *this;}
51
53
58 inline const LanguageCode& GetLanguageCode() const{ return m_languageCode; }
59 inline void SetLanguageCode(const LanguageCode& value) { m_languageCode = value; }
60 inline void SetLanguageCode(LanguageCode&& value) { m_languageCode = std::move(value); }
61 inline GetMedicalVocabularyResult& WithLanguageCode(const LanguageCode& value) { SetLanguageCode(value); return *this;}
62 inline GetMedicalVocabularyResult& WithLanguageCode(LanguageCode&& value) { SetLanguageCode(std::move(value)); return *this;}
64
66
71 inline const VocabularyState& GetVocabularyState() const{ return m_vocabularyState; }
72 inline void SetVocabularyState(const VocabularyState& value) { m_vocabularyState = value; }
73 inline void SetVocabularyState(VocabularyState&& value) { m_vocabularyState = std::move(value); }
75 inline GetMedicalVocabularyResult& WithVocabularyState(VocabularyState&& value) { SetVocabularyState(std::move(value)); return *this;}
77
79
86 inline const Aws::Utils::DateTime& GetLastModifiedTime() const{ return m_lastModifiedTime; }
87 inline void SetLastModifiedTime(const Aws::Utils::DateTime& value) { m_lastModifiedTime = value; }
88 inline void SetLastModifiedTime(Aws::Utils::DateTime&& value) { m_lastModifiedTime = std::move(value); }
92
94
101 inline const Aws::String& GetFailureReason() const{ return m_failureReason; }
102 inline void SetFailureReason(const Aws::String& value) { m_failureReason = value; }
103 inline void SetFailureReason(Aws::String&& value) { m_failureReason = std::move(value); }
104 inline void SetFailureReason(const char* value) { m_failureReason.assign(value); }
105 inline GetMedicalVocabularyResult& WithFailureReason(const Aws::String& value) { SetFailureReason(value); return *this;}
106 inline GetMedicalVocabularyResult& WithFailureReason(Aws::String&& value) { SetFailureReason(std::move(value)); return *this;}
107 inline GetMedicalVocabularyResult& WithFailureReason(const char* value) { SetFailureReason(value); return *this;}
109
111
115 inline const Aws::String& GetDownloadUri() const{ return m_downloadUri; }
116 inline void SetDownloadUri(const Aws::String& value) { m_downloadUri = value; }
117 inline void SetDownloadUri(Aws::String&& value) { m_downloadUri = std::move(value); }
118 inline void SetDownloadUri(const char* value) { m_downloadUri.assign(value); }
119 inline GetMedicalVocabularyResult& WithDownloadUri(const Aws::String& value) { SetDownloadUri(value); return *this;}
120 inline GetMedicalVocabularyResult& WithDownloadUri(Aws::String&& value) { SetDownloadUri(std::move(value)); return *this;}
121 inline GetMedicalVocabularyResult& WithDownloadUri(const char* value) { SetDownloadUri(value); return *this;}
123
125
126 inline const Aws::String& GetRequestId() const{ return m_requestId; }
127 inline void SetRequestId(const Aws::String& value) { m_requestId = value; }
128 inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); }
129 inline void SetRequestId(const char* value) { m_requestId.assign(value); }
130 inline GetMedicalVocabularyResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;}
131 inline GetMedicalVocabularyResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;}
132 inline GetMedicalVocabularyResult& WithRequestId(const char* value) { SetRequestId(value); return *this;}
134 private:
135
136 Aws::String m_vocabularyName;
137
138 LanguageCode m_languageCode;
139
140 VocabularyState m_vocabularyState;
141
142 Aws::Utils::DateTime m_lastModifiedTime;
143
144 Aws::String m_failureReason;
145
146 Aws::String m_downloadUri;
147
148 Aws::String m_requestId;
149 };
150
151} // namespace Model
152} // namespace TranscribeService
153} // namespace Aws
GetMedicalVocabularyResult & WithVocabularyState(const VocabularyState &value)
GetMedicalVocabularyResult & WithLastModifiedTime(const Aws::Utils::DateTime &value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMedicalVocabularyResult & WithDownloadUri(Aws::String &&value)
GetMedicalVocabularyResult & WithFailureReason(const char *value)
GetMedicalVocabularyResult & WithDownloadUri(const char *value)
GetMedicalVocabularyResult & WithDownloadUri(const Aws::String &value)
GetMedicalVocabularyResult & WithRequestId(Aws::String &&value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMedicalVocabularyResult & WithRequestId(const Aws::String &value)
GetMedicalVocabularyResult & WithRequestId(const char *value)
GetMedicalVocabularyResult & WithVocabularyName(const Aws::String &value)
GetMedicalVocabularyResult & WithVocabularyName(const char *value)
GetMedicalVocabularyResult & WithVocabularyState(VocabularyState &&value)
GetMedicalVocabularyResult & WithFailureReason(Aws::String &&value)
GetMedicalVocabularyResult & WithLanguageCode(LanguageCode &&value)
GetMedicalVocabularyResult & WithLastModifiedTime(Aws::Utils::DateTime &&value)
GetMedicalVocabularyResult & WithLanguageCode(const LanguageCode &value)
GetMedicalVocabularyResult & WithFailureReason(const Aws::String &value)
GetMedicalVocabularyResult & WithVocabularyName(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue