AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
36
37
39
43 inline const Aws::String& GetVocabularyName() const { return m_vocabularyName; }
44 template<typename VocabularyNameT = Aws::String>
45 void SetVocabularyName(VocabularyNameT&& value) { m_vocabularyNameHasBeenSet = true; m_vocabularyName = std::forward<VocabularyNameT>(value); }
46 template<typename VocabularyNameT = Aws::String>
47 GetMedicalVocabularyResult& WithVocabularyName(VocabularyNameT&& value) { SetVocabularyName(std::forward<VocabularyNameT>(value)); return *this;}
49
51
56 inline LanguageCode GetLanguageCode() const { return m_languageCode; }
57 inline void SetLanguageCode(LanguageCode value) { m_languageCodeHasBeenSet = true; m_languageCode = value; }
60
62
67 inline VocabularyState GetVocabularyState() const { return m_vocabularyState; }
68 inline void SetVocabularyState(VocabularyState value) { m_vocabularyStateHasBeenSet = true; m_vocabularyState = value; }
71
73
80 inline const Aws::Utils::DateTime& GetLastModifiedTime() const { return m_lastModifiedTime; }
81 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
82 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet = true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
83 template<typename LastModifiedTimeT = Aws::Utils::DateTime>
84 GetMedicalVocabularyResult& WithLastModifiedTime(LastModifiedTimeT&& value) { SetLastModifiedTime(std::forward<LastModifiedTimeT>(value)); return *this;}
86
88
95 inline const Aws::String& GetFailureReason() const { return m_failureReason; }
96 template<typename FailureReasonT = Aws::String>
97 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet = true; m_failureReason = std::forward<FailureReasonT>(value); }
98 template<typename FailureReasonT = Aws::String>
99 GetMedicalVocabularyResult& WithFailureReason(FailureReasonT&& value) { SetFailureReason(std::forward<FailureReasonT>(value)); return *this;}
101
103
107 inline const Aws::String& GetDownloadUri() const { return m_downloadUri; }
108 template<typename DownloadUriT = Aws::String>
109 void SetDownloadUri(DownloadUriT&& value) { m_downloadUriHasBeenSet = true; m_downloadUri = std::forward<DownloadUriT>(value); }
110 template<typename DownloadUriT = Aws::String>
111 GetMedicalVocabularyResult& WithDownloadUri(DownloadUriT&& value) { SetDownloadUri(std::forward<DownloadUriT>(value)); return *this;}
113
115
116 inline const Aws::String& GetRequestId() const { return m_requestId; }
117 template<typename RequestIdT = Aws::String>
118 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet = true; m_requestId = std::forward<RequestIdT>(value); }
119 template<typename RequestIdT = Aws::String>
120 GetMedicalVocabularyResult& WithRequestId(RequestIdT&& value) { SetRequestId(std::forward<RequestIdT>(value)); return *this;}
122 private:
123
124 Aws::String m_vocabularyName;
125 bool m_vocabularyNameHasBeenSet = false;
126
127 LanguageCode m_languageCode{LanguageCode::NOT_SET};
128 bool m_languageCodeHasBeenSet = false;
129
130 VocabularyState m_vocabularyState{VocabularyState::NOT_SET};
131 bool m_vocabularyStateHasBeenSet = false;
132
133 Aws::Utils::DateTime m_lastModifiedTime{};
134 bool m_lastModifiedTimeHasBeenSet = false;
135
136 Aws::String m_failureReason;
137 bool m_failureReasonHasBeenSet = false;
138
139 Aws::String m_downloadUri;
140 bool m_downloadUriHasBeenSet = false;
141
142 Aws::String m_requestId;
143 bool m_requestIdHasBeenSet = false;
144 };
145
146} // namespace Model
147} // namespace TranscribeService
148} // namespace Aws
GetMedicalVocabularyResult & WithLanguageCode(LanguageCode value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMedicalVocabularyResult & WithRequestId(RequestIdT &&value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetMedicalVocabularyResult & WithLastModifiedTime(LastModifiedTimeT &&value)
GetMedicalVocabularyResult & WithVocabularyName(VocabularyNameT &&value)
GetMedicalVocabularyResult & WithVocabularyState(VocabularyState value)
AWS_TRANSCRIBESERVICE_API GetMedicalVocabularyResult()=default
GetMedicalVocabularyResult & WithFailureReason(FailureReasonT &&value)
GetMedicalVocabularyResult & WithDownloadUri(DownloadUriT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue